#A0DF98

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

Shades of Granny Smith Apple #A0DF98

Tints of Granny Smith Apple #A0DF98

Color information

#A0DF98 (or 0xA0DF98) is unknown color: approx Granny Smith Apple. HEX triplet: A0, DF and 98. RGB value is (160,223,152). Sum of RGB (Red+Green+Blue) = 160+223+152=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DF98 is #5F2067. Grayscale: #C4C4C4. Windows color (decimal): -6234216 or 10018720. OLE color: 10018720.

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

Color convert

RGB160223152-
CMYK0.2800.320.13
HSL113.24º52.59%73.53%-
HSV(B)113.24º31.84%87.45%-
XYZ46.5562.5239.32-
YUV196.07103.13102.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.91%
GREEN value IS 223 (87.5% from 255) = 41.68%
BLUE value IS 152 (59.77% from 255) = 28.41%
R=29.91%
G=41.68%
B=28.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602231520.2800.320.13113.2452.5973.53
HexA0DF981C020D71354a
Octal240337230340401516165112
Binary101000001101111110011000111000100000110111100011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DF98; }

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

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

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

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

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

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

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

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