COLOR #A5E35A

HEX: #A5E35A
RGB: (165,227,90)

Renk bilgisi

#A5E35A contains mainly green color. #A5E35A ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#A5E35A color RGB value is (165,227,90).

  • kırmız ton 165;
  • yeşil ton 227;
  • mavi ton 90.
RGB:
(165,227,90)
(65%,89%,35%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 227 of 255 = 89%
B 90 of 255 = 35%

165
227
90

R + G + B ~ 63%. #A5E35A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
165 + 227 + 90 = 482 (100%)
R 165 of 482 ~ 34.23%
G 227 of 482 ~ 47.1%
B 90 of 482 ~ 18.67%

%34.23
%47.1
%18.67

CMYK RENK MODELİ

#A5E35A rengi CMYK tonu (27,0,60,11).

  • camgöbeği tonu 27.31%
  • eflatun tonu 0.00%
  • sarı tonu 60.35%
  • ana renk tonu 10.98%
CMYK:
(27,0,60,11)
C27M0Y60K11 
(27%,0%,60%,11%)
(0.27/0.00/0.60/0.11)	

CMYK yüzdeleri

%27.31
%0
%60.35
%10.98

Codes

Color #A5E35A in popluar color models

A5E35A
RGB16522790
HSL87°70.98%62.16%
HSB/HSV87°60.35%89.02%
CMYK27.31%0.00%60.35%
10.98%

Color #A5E35A in popluar number systems.

HEXA5E35A
Decimal16522790
Binary10100101111000111011010
Octal245343132

Shades and tints

Shades of #A5E35A

#A5E35A
(165,227,90)
#96CF52
(150,207,82)
#87BB4A
(135,187,74)
#78A742
(120,167,66)
#69933A
(105,147,58)
#5A7F32
(90,127,50)
#4B6B2A
(75,107,42)
#3C5722
(60,87,34)
#2D431A
(45,67,26)
#1E2F12
(30,47,18)
#0F1B0A
(15,27,10)
#000000
(0,0,0)

Tints of #A5E35A

#A5E35A
(165,227,90)
#ADE569
(173,229,105)
#B5E778
(181,231,120)
#BDE987
(189,233,135)
#C5EB96
(197,235,150)
#CDEDA5
(205,237,165)
#D5EFB4
(213,239,180)
#DDF1C3
(221,241,195)
#E5F3D2
(229,243,210)
#EDF5E1
(237,245,225)
#F5F7F0
(245,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E35A color. Also use rgb(165,227,90) instead hex code.

Text Font Color

.myTextColor { color: #A5E35A; }

<p style="color:#A5E35A">This sample text font color is #A5E35A.</p>

This text font color is #A5E35A.


Background Color

.myBgColor { background-color: #A5E35A; }

<div style="background-color:#A5E35A">Inner text</div>

This div background color is #A5E35A.


Border color

.myBorderColor { border: 1px solid #A5E35A; }

<div style="border:3px solid #A5E35A">Div</div>

This div border color is #A5E35A.


Opacity

.myOpacity80 { color: #A5E35A; opacity: 0.8; }

<p style="color:#A5E35A;opacity:0.8;">80%</p>

Text with #A5E35A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A5E35A;}

<p style="text-shadow: 3px 3px 1px #A5E35A">Text here.</p>

This text has shadow with #A5E35A color.

.textShadow {text-shadow: 3px 3px 1px #A5E35A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A5E35A, 5px 5px 20px red">Text here.</p>

This text has shadow with #A5E35A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5E35A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A5E35A, Direction=45, Strength=4)">Text</p>

This text has shadow with #A5E35A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A5E35A;
  -webkit-box-shadow:	1px 1px 3px 2px #A5E35A;
  box-shadow:		1px 1px 3px 2px #A5E35A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5E35A;
-webkit-box-shadow: 1px 1px 3px 2px #A5E35A;
box-shadow:1px 1px 3px 2px #A5E35A;">
Div content here</div>
This div box has shadow with color #A5E35A.

Preview

Color preview on black background

This text has color #A5E35A on black background.


Color preview on white background

This text has color #A5E35A on white background.



Black color preview on #A5E35A background

This text has black color on #A5E35A background.


White color preview on #A5E35A background

This text has white color on #A5E35A background.