#A0DB92

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

Shades of Granny Smith Apple #A0DB92

Tints of Granny Smith Apple #A0DB92

Color information

#A0DB92 (or 0xA0DB92) is unknown color: approx Granny Smith Apple. HEX triplet: A0, DB and 92. RGB value is (160,219,146). Sum of RGB (Red+Green+Blue) = 160+219+146=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DB92 is #5F246D. Grayscale: #C1C1C1. Windows color (decimal): -6235246 or 9624480. OLE color: 9624480.

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

Color convert

RGB160219146-
CMYK0.2700.330.14
HSL108.49º50.34%71.57%-
HSV(B)108.49º33.33%85.88%-
XYZ45.0260.2136.44-
YUV193.04101.45104.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.48%
GREEN value IS 219 (85.94% from 255) = 41.71%
BLUE value IS 146 (57.42% from 255) = 27.81%
R=30.48%
G=41.71%
B=27.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1602191460.2700.330.14108.4950.3471.57
HexA0DB921B021E6c3248
Octal240333222330411615462110
Binary101000001101101110010010110110100001111011011001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DB92; }

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

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

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

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

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

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

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

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