#A2EE96

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

Shades of Granny Smith Apple #A2EE96

Tints of Granny Smith Apple #A2EE96

Color information

#A2EE96 (or 0xA2EE96) is unknown color: approx Granny Smith Apple. HEX triplet: A2, EE and 96. RGB value is (162,238,150). Sum of RGB (Red+Green+Blue) = 162+238+150=550 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.45% from 550); Green value is 238 (93.36% from 255 or 43.27% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EE96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EE96 is #5D1169. Grayscale: #CDCDCD. Windows color (decimal): -6099306 or 9891490. OLE color: 9891490.

HSL color Cylindrical-coordinate representation of color #A2EE96: hue angle of 111.82º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2EE96 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB162238150-
CMYK0.3200.370.07
HSL111.82º72.13%76.08%-
HSV(B)111.82º36.97%93.33%-
XYZ50.9871.0339.88-
YUV205.2496.8297.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.45%
GREEN value IS 238 (93.36% from 255) = 43.27%
BLUE value IS 150 (58.98% from 255) = 27.27%
R=29.45%
G=43.27%
B=27.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622381500.3200.370.07111.8272.1376.08
HexA2EE9620025770484c
Octal242356226400457160110114
Binary1010001011101110100101101000000100101111111000010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EE96; }

 p { color: rgb(162,238,150); }

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

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

 a { background-color: rgb(162,238,150); }

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

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

 span { border-color: rgb(162,238,150); }

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