#A0DB8E

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

Shades of Granny Smith Apple #A0DB8E

Tints of Granny Smith Apple #A0DB8E

Color information

#A0DB8E (or 0xA0DB8E) is unknown color: approx Granny Smith Apple. HEX triplet: A0, DB and 8E. RGB value is (160,219,142). Sum of RGB (Red+Green+Blue) = 160+219+142=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DB8E is #5F2471. Grayscale: #C0C0C0. Windows color (decimal): -6235250 or 9362336. OLE color: 9362336.

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

Color convert

RGB160219142-
CMYK0.2700.350.14
HSL105.97º51.68%70.78%-
HSV(B)105.97º35.16%85.88%-
XYZ44.7160.0934.83-
YUV192.5899.45104.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.71%
GREEN value IS 219 (85.94% from 255) = 42.03%
BLUE value IS 142 (55.86% from 255) = 27.26%
R=30.71%
G=42.03%
B=27.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1602191420.2700.350.14105.9751.6870.78
HexA0DB8E1B023E6a3447
Octal240333216330431615264107
Binary101000001101101110001110110110100011111011010101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DB8E; }

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

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

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

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

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

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

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

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