#A0DF95

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

Shades of Granny Smith Apple #A0DF95

Tints of Granny Smith Apple #A0DF95

Color information

#A0DF95 (or 0xA0DF95) is unknown color: approx Granny Smith Apple. HEX triplet: A0, DF and 95. RGB value is (160,223,149). Sum of RGB (Red+Green+Blue) = 160+223+149=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DF95 is #5F206A. Grayscale: #C3C3C3. Windows color (decimal): -6234219 or 9822112. OLE color: 9822112.

HSL color Cylindrical-coordinate representation of color #A0DF95: hue angle of 111.08º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0DF95 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB160223149-
CMYK0.2800.330.13
HSL111.08º53.62%72.94%-
HSV(B)111.08º33.18%87.45%-
XYZ46.3162.4238.04-
YUV195.73101.63102.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.08%
GREEN value IS 223 (87.5% from 255) = 41.92%
BLUE value IS 149 (58.59% from 255) = 28.01%
R=30.08%
G=41.92%
B=28.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602231490.2800.330.13111.0853.6272.94
HexA0DF951C021D6f3649
Octal240337225340411515766111
Binary101000001101111110010101111000100001110111011111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DF95; }

 p { color: rgb(160,223,149); }

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

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

 a { background-color: rgb(160,223,149); }

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

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

 span { border-color: rgb(160,223,149); }

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