#A2EA8C

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

Shades of Granny Smith Apple #A2EA8C

Tints of Granny Smith Apple #A2EA8C

Color information

#A2EA8C (or 0xA2EA8C) is unknown color: approx Granny Smith Apple. HEX triplet: A2, EA and 8C. RGB value is (162,234,140). Sum of RGB (Red+Green+Blue) = 162+234+140=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EA8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2EA8C is #5D1573. Grayscale: #CACACA. Windows color (decimal): -6100340 or 9235106. OLE color: 9235106.

HSL color Cylindrical-coordinate representation of color #A2EA8C: hue angle of 105.96º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2EA8C is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB162234140-
CMYK0.3100.400.08
HSL105.96º69.12%73.33%-
HSV(B)105.96º40.17%91.76%-
XYZ49.0668.4235.43-
YUV201.7693.1599.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.22%
GREEN value IS 234 (91.80% from 255) = 43.66%
BLUE value IS 140 (55.08% from 255) = 26.12%
R=30.22%
G=43.66%
B=26.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622341400.3100.400.08105.9669.1273.33
HexA2EA8C1F02886a4549
Octal2423522143705010152105111
Binary1010001011101010100011001111101010001000110101010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EA8C; }

 p { color: rgb(162,234,140); }

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

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

 a { background-color: rgb(162,234,140); }

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

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

 span { border-color: rgb(162,234,140); }

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