#A0D096

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

Shades of Granny Smith Apple #A0D096

Tints of Granny Smith Apple #A0D096

Color information

#A0D096 (or 0xA0D096) is unknown color: approx Granny Smith Apple. HEX triplet: A0, D0 and 96. RGB value is (160,208,150). Sum of RGB (Red+Green+Blue) = 160+208+150=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D096 is #5F2F69. Grayscale: #BBBBBB. Windows color (decimal): -6238058 or 9883808. OLE color: 9883808.

HSL color Cylindrical-coordinate representation of color #A0D096: hue angle of 109.66º degrees, saturation: 0.38, 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 #A0D096 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB160208150-
CMYK0.2300.280.18
HSL109.66º38.16%70.2%-
HSV(B)109.66º27.88%81.57%-
XYZ42.5654.7937.19-
YUV187.04107.1108.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.89%
GREEN value IS 208 (81.64% from 255) = 40.15%
BLUE value IS 150 (58.98% from 255) = 28.96%
R=30.89%
G=40.15%
B=28.96%

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
Decimal1602081500.2300.280.18109.6638.1670.2
HexA0D0961701C126e2646
Octal240320226270342215646106
Binary101000001101000010010110101110111001001011011101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D096; }

 p { color: rgb(160,208,150); }

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

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

 a { background-color: rgb(160,208,150); }

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

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

 span { border-color: rgb(160,208,150); }

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