#A0D399

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

Shades of Granny Smith Apple #A0D399

Tints of Granny Smith Apple #A0D399

Color information

#A0D399 (or 0xA0D399) is unknown color: approx Granny Smith Apple. HEX triplet: A0, D3 and 99. RGB value is (160,211,153). Sum of RGB (Red+Green+Blue) = 160+211+153=524 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.53% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D399 is #5F2C66. Grayscale: #BDBDBD. Windows color (decimal): -6237287 or 10081184. OLE color: 10081184.

HSL color Cylindrical-coordinate representation of color #A0D399: hue angle of 112.76º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0D399 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB160211153-
CMYK0.2400.270.17
HSL112.76º39.73%71.37%-
HSV(B)112.76º27.49%82.75%-
XYZ43.5456.3638.72-
YUV189.14107.6107.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.53%
GREEN value IS 211 (82.81% from 255) = 40.27%
BLUE value IS 153 (60.16% from 255) = 29.20%
R=30.53%
G=40.27%
B=29.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1602111530.2400.270.17112.7639.7371.37
HexA0D3991801B11712847
Octal240323231300332116150107
Binary101000001101001110011001110000110111000111100011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D399; }

 p { color: rgb(160,211,153); }

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

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

 a { background-color: rgb(160,211,153); }

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

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

 span { border-color: rgb(160,211,153); }

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