#A2D997

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

Shades of Granny Smith Apple #A2D997

Tints of Granny Smith Apple #A2D997

Color information

#A2D997 (or 0xA2D997) is unknown color: approx Granny Smith Apple. HEX triplet: A2, D9 and 97. RGB value is (162,217,151). Sum of RGB (Red+Green+Blue) = 162+217+151=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 151 (59.38% from 255 or 28.49% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D997 is #5D2668. Grayscale: #C1C1C1. Windows color (decimal): -6104681 or 9951650. OLE color: 9951650.

HSL color Cylindrical-coordinate representation of color #A2D997: hue angle of 110º 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 #A2D997 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB162217151-
CMYK0.2500.300.15
HSL110º46.48%72.16%-
HSV(B)110º30.41%85.1%-
XYZ45.359.5438.38-
YUV193.03104.28105.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.57%
GREEN value IS 217 (85.16% from 255) = 40.94%
BLUE value IS 151 (59.38% from 255) = 28.49%
R=30.57%
G=40.94%
B=28.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1622171510.2500.300.1511046.4872.16
HexA2D9971901EF6e2e48
Octal242331227310361715656110
Binary10100010110110011001011111001011110111111011101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D997; }

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

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

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

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

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

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

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

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