#A0DF91

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

Shades of Granny Smith Apple #A0DF91

Tints of Granny Smith Apple #A0DF91

Color information

#A0DF91 (or 0xA0DF91) is unknown color: approx Granny Smith Apple. HEX triplet: A0, DF and 91. RGB value is (160,223,145). Sum of RGB (Red+Green+Blue) = 160+223+145=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DF91 is #5F206E. Grayscale: #C3C3C3. Windows color (decimal): -6234223 or 9559968. OLE color: 9559968.

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

Color convert

RGB160223145-
CMYK0.2800.350.13
HSL108.46º54.93%72.16%-
HSV(B)108.46º34.98%87.45%-
XYZ4662.2936.39-
YUV195.2799.63102.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.30%
GREEN value IS 223 (87.5% from 255) = 42.23%
BLUE value IS 145 (57.03% from 255) = 27.46%
R=30.30%
G=42.23%
B=27.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602231450.2800.350.13108.4654.9372.16
HexA0DF911C023D6c3748
Octal240337221340431515467110
Binary101000001101111110010001111000100011110111011001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DF91; }

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

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

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

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

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

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

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

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