#A2ED8A

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

Shades of Granny Smith Apple #A2ED8A

Tints of Granny Smith Apple #A2ED8A

Color information

#A2ED8A (or 0xA2ED8A) is unknown color: approx Granny Smith Apple. HEX triplet: A2, ED and 8A. RGB value is (162,237,138). Sum of RGB (Red+Green+Blue) = 162+237+138=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #A2ED8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2ED8A is #5D1275. Grayscale: #CBCBCB. Windows color (decimal): -6099574 or 9104802. OLE color: 9104802.

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

Color convert

RGB162237138-
CMYK0.3200.420.07
HSL105.45º73.33%73.53%-
HSV(B)105.45º41.77%92.94%-
XYZ49.7770.0834.95-
YUV203.2991.1598.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.17%
GREEN value IS 237 (92.97% from 255) = 44.13%
BLUE value IS 138 (54.30% from 255) = 25.70%
R=30.17%
G=44.13%
B=25.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622371380.3200.420.07105.4573.3373.53
HexA2ED8A2002A769494a
Octal242355212400527151111112
Binary1010001011101101100010101000000101010111110100110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ED8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ED8A; }

 p { color: rgb(162,237,138); }

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

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

 a { background-color: rgb(162,237,138); }

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

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

 span { border-color: rgb(162,237,138); }

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