#A2F18E

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

Shades of Granny Smith Apple #A2F18E

Tints of Granny Smith Apple #A2F18E

Color information

#A2F18E (or 0xA2F18E) is unknown color: approx Granny Smith Apple. HEX triplet: A2, F1 and 8E. RGB value is (162,241,142). Sum of RGB (Red+Green+Blue) = 162+241+142=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 241 (94.53% from 255 or 44.22% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F18E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F18E is #5D0E71. Grayscale: #CECECE. Windows color (decimal): -6098546 or 9367970. OLE color: 9367970.

HSL color Cylindrical-coordinate representation of color #A2F18E: hue angle of 107.88º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2F18E is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB162241142-
CMYK0.3300.410.05
HSL107.88º77.95%75.1%-
HSV(B)107.88º41.08%94.51%-
XYZ51.2472.5436.89-
YUV206.0991.8396.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.72%
GREEN value IS 241 (94.53% from 255) = 44.22%
BLUE value IS 142 (55.86% from 255) = 26.06%
R=29.72%
G=44.22%
B=26.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1622411420.3300.410.05107.8877.9575.1
HexA2F18E2102956c4e4b
Octal242361216410515154116113
Binary1010001011110001100011101000010101001101110110010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F18E; }

 p { color: rgb(162,241,142); }

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

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

 a { background-color: rgb(162,241,142); }

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

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

 span { border-color: rgb(162,241,142); }

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