#A0D997

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

Shades of Granny Smith Apple #A0D997

Tints of Granny Smith Apple #A0D997

Color information

#A0D997 (or 0xA0D997) is unknown color: approx Granny Smith Apple. HEX triplet: A0, D9 and 97. RGB value is (160,217,151). Sum of RGB (Red+Green+Blue) = 160+217+151=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 151 (59.38% from 255 or 28.60% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D997 is #5F2668. Grayscale: #C0C0C0. Windows color (decimal): -6235753 or 9951648. OLE color: 9951648.

HSL color Cylindrical-coordinate representation of color #A0D997: hue angle of 111.82º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0D997 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB160217151-
CMYK0.2600.300.15
HSL111.82º46.48%72.16%-
HSV(B)111.82º30.41%85.1%-
XYZ44.959.3338.36-
YUV192.43104.62104.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.30%
GREEN value IS 217 (85.16% from 255) = 41.10%
BLUE value IS 151 (59.38% from 255) = 28.60%
R=30.30%
G=41.10%
B=28.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602171510.2600.300.15111.8246.4872.16
HexA0D9971A01EF702e48
Octal240331227320361716056110
Binary10100000110110011001011111010011110111111100001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D997; }

 p { color: rgb(160,217,151); }

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

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

 a { background-color: rgb(160,217,151); }

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

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

 span { border-color: rgb(160,217,151); }

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