#A2D496

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

Shades of Granny Smith Apple #A2D496

Tints of Granny Smith Apple #A2D496

Color information

#A2D496 (or 0xA2D496) is unknown color: approx Granny Smith Apple. HEX triplet: A2, D4 and 96. RGB value is (162,212,150). Sum of RGB (Red+Green+Blue) = 162+212+150=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D496 is #5D2B69. Grayscale: #BEBEBE. Windows color (decimal): -6105962 or 9884834. OLE color: 9884834.

HSL color Cylindrical-coordinate representation of color #A2D496: hue angle of 108.39º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2D496 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB162212150-
CMYK0.2400.290.17
HSL108.39º41.89%70.98%-
HSV(B)108.39º29.25%83.14%-
XYZ43.9556.9737.53-
YUV189.98105.44108.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.92%
GREEN value IS 212 (83.20% from 255) = 40.46%
BLUE value IS 150 (58.98% from 255) = 28.63%
R=30.92%
G=40.46%
B=28.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1622121500.2400.290.17108.3941.8970.98
HexA2D4961801D116c2a47
Octal242324226300352115452107
Binary101000101101010010010110110000111011000111011001010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D496; }

 p { color: rgb(162,212,150); }

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

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

 a { background-color: rgb(162,212,150); }

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

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

 span { border-color: rgb(162,212,150); }

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