#A5EF9B

Color #A5EF9B Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #A5EF9B

Tints of Granny Smith Apple #A5EF9B

Color information

#A5EF9B (or 0xA5EF9B) is unknown color: approx Granny Smith Apple. HEX triplet: A5, EF and 9B. RGB value is (165,239,155). Sum of RGB (Red+Green+Blue) = 165+239+155=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 155 (60.94% from 255 or 27.73% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #A5EF9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EF9B is #5A1064. Grayscale: #CFCFCF. Windows color (decimal): -5902437 or 10219429. OLE color: 10219429.

HSL color Cylindrical-coordinate representation of color #A5EF9B: hue angle of 112.86º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5EF9B is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB165239155-
CMYK0.3100.350.06
HSL112.86º72.41%77.25%-
HSV(B)112.86º35.15%93.73%-
XYZ52.372.142.17-
YUV207.398.4897.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 29.52%
GREEN value IS 239 (93.75% from 255) = 42.75%
BLUE value IS 155 (60.94% from 255) = 27.73%
R=29.52%
G=42.75%
B=27.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1652391550.3100.350.06112.8672.4177.25
HexA5EF9B1F023671484d
Octal245357233370436161110115
Binary101001011110111110011011111110100011110111000110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5EF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5EF9B; }

 p { color: rgb(165,239,155); }

 H1.HeaderClassName
 {
   color: #A5EF9B;
 }
 .AnyTagClassName
 {
   color: #A5EF9B;
 }
</style>
background-color css

<style>
 a { background-color: #A5EF9B; }

 a { background-color: rgb(165,239,155); }

 div.DivClassName
 {
   background-color: #A5EF9B;
 }
 .BgClassName
 {
   background-color: #A5EF9B;
 }
</style>
border-color css

<style>
 span { border-color: #A5EF9B; }

 span { border-color: rgb(165,239,155); }

 td.TdClassName
 {
   border-color: #A5EF9B;
 }
 .TagClassName
 {
   border-color: #A5EF9B;
 }
</style>