#A2F18D

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

Shades of Granny Smith Apple #A2F18D

Tints of Granny Smith Apple #A2F18D

Color information

#A2F18D (or 0xA2F18D) is unknown color: approx Granny Smith Apple. HEX triplet: A2, F1 and 8D. RGB value is (162,241,141). Sum of RGB (Red+Green+Blue) = 162+241+141=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F18D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F18D is #5D0E72. Grayscale: #CECECE. Windows color (decimal): -6098547 or 9302434. OLE color: 9302434.

HSL color Cylindrical-coordinate representation of color #A2F18D: hue angle of 107.4º 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 #A2F18D is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB162241141-
CMYK0.3300.410.05
HSL107.4º78.12%74.9%-
HSV(B)107.4º41.49%94.51%-
XYZ51.1672.5236.5-
YUV205.9891.3396.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.78%
GREEN value IS 241 (94.53% from 255) = 44.30%
BLUE value IS 141 (55.47% from 255) = 25.92%
R=29.78%
G=44.30%
B=25.92%

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
Decimal1622411410.3300.410.05107.478.1274.9
HexA2F18D2102956b4e4b
Octal242361215410515153116113
Binary1010001011110001100011011000010101001101110101110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F18D; }

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

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

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

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

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

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

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

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