#a0df92

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

Shades of Granny Smith Apple #A0DF92

Tints of Granny Smith Apple #A0DF92

Color information

#A0DF92 (or 0xA0DF92) is unknown color: approx Granny Smith Apple. HEX triplet: A0, DF and 92. RGB value is (160,223,146). Sum of RGB (Red+Green+Blue) = 160+223+146=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DF92 is #5F206D. Grayscale: #C3C3C3. Windows color (decimal): -6234222 or 9625504. OLE color: 9625504.

HSL color Cylindrical-coordinate representation of color #A0DF92: hue angle of 109.09º 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 #A0DF92 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB160223146-
CMYK0.2800.350.13
HSL109.09º54.61%72.35%-
HSV(B)109.09º34.53%87.45%-
XYZ46.0762.3236.8-
YUV195.38100.13102.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.25%
GREEN value IS 223 (87.5% from 255) = 42.16%
BLUE value IS 146 (57.42% from 255) = 27.60%
R=30.25%
G=42.16%
B=27.60%

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
Decimal1602231460.2800.350.13109.0954.6172.35
HexA0DF921C023D6d3748
Octal240337222340431515567110
Binary101000001101111110010010111000100011110111011011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0df92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0df92; }

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

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

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

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

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

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

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

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