#A1D196

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

Shades of Granny Smith Apple #A1D196

Tints of Granny Smith Apple #A1D196

Color information

#A1D196 (or 0xA1D196) is unknown color: approx Granny Smith Apple. HEX triplet: A1, D1 and 96. RGB value is (161,209,150). Sum of RGB (Red+Green+Blue) = 161+209+150=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D196 is #5E2E69. Grayscale: #BCBCBC. Windows color (decimal): -6172266 or 9884065. OLE color: 9884065.

HSL color Cylindrical-coordinate representation of color #A1D196: hue angle of 108.81º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1D196 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB161209150-
CMYK0.2300.280.18
HSL108.81º39.07%70.39%-
HSV(B)108.81º28.23%81.96%-
XYZ4355.3837.28-
YUV187.92106.6108.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.96%
GREEN value IS 209 (82.03% from 255) = 40.19%
BLUE value IS 150 (58.98% from 255) = 28.85%
R=30.96%
G=40.19%
B=28.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612091500.2300.280.18108.8139.0770.39
HexA1D1961701C126d2746
Octal241321226270342215547106
Binary101000011101000110010110101110111001001011011011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D196; }

 p { color: rgb(161,209,150); }

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

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

 a { background-color: rgb(161,209,150); }

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

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

 span { border-color: rgb(161,209,150); }

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