#A2E08D

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

Shades of Granny Smith Apple #A2E08D

Tints of Granny Smith Apple #A2E08D

Color information

#A2E08D (or 0xA2E08D) is unknown color: approx Granny Smith Apple. HEX triplet: A2, E0 and 8D. RGB value is (162,224,141). Sum of RGB (Red+Green+Blue) = 162+224+141=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E08D is #5D1F72. Grayscale: #C4C4C4. Windows color (decimal): -6102899 or 9298082. OLE color: 9298082.

HSL color Cylindrical-coordinate representation of color #A2E08D: hue angle of 104.82º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2E08D is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB162224141-
CMYK0.2800.370.12
HSL104.82º57.24%71.57%-
HSV(B)104.82º37.05%87.84%-
XYZ46.3662.9234.9-
YUV19696.96103.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.74%
GREEN value IS 224 (87.89% from 255) = 42.50%
BLUE value IS 141 (55.47% from 255) = 26.76%
R=30.74%
G=42.50%
B=26.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1622241410.2800.370.12104.8257.2471.57
HexA2E08D1C025C693948
Octal242340215340451415171110
Binary101000101110000010001101111000100101110011010011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E08D; }

 p { color: rgb(162,224,141); }

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

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

 a { background-color: rgb(162,224,141); }

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

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

 span { border-color: rgb(162,224,141); }

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