#A0DB95

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

Shades of Granny Smith Apple #A0DB95

Tints of Granny Smith Apple #A0DB95

Color information

#A0DB95 (or 0xA0DB95) is unknown color: approx Granny Smith Apple. HEX triplet: A0, DB and 95. RGB value is (160,219,149). Sum of RGB (Red+Green+Blue) = 160+219+149=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DB95 is #5F246A. Grayscale: #C1C1C1. Windows color (decimal): -6235243 or 9821088. OLE color: 9821088.

HSL color Cylindrical-coordinate representation of color #A0DB95: hue angle of 110.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0DB95 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB160219149-
CMYK0.2700.320.14
HSL110.57º49.3%72.16%-
HSV(B)110.57º31.96%85.88%-
XYZ45.2560.3137.69-
YUV193.38102.95104.19-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.30%
GREEN value IS 219 (85.94% from 255) = 41.48%
BLUE value IS 149 (58.59% from 255) = 28.22%
R=30.30%
G=41.48%
B=28.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1602191490.2700.320.14110.5749.372.16
HexA0DB951B020E6f3148
Octal240333225330401615761110
Binary101000001101101110010101110110100000111011011111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DB95; }

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

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

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

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

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

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

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

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