#A1D299

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

Shades of Granny Smith Apple #A1D299

Tints of Granny Smith Apple #A1D299

Color information

#A1D299 (or 0xA1D299) is unknown color: approx Granny Smith Apple. HEX triplet: A1, D2 and 99. RGB value is (161,210,153). Sum of RGB (Red+Green+Blue) = 161+210+153=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 210 (82.42% from 255 or 40.08% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D299 is #5E2D66. Grayscale: #BDBDBD. Windows color (decimal): -6172007 or 10080929. OLE color: 10080929.

HSL color Cylindrical-coordinate representation of color #A1D299: hue angle of 111.58º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1D299 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB161210153-
CMYK0.2300.270.18
HSL111.58º38.78%71.18%-
HSV(B)111.58º27.14%82.35%-
XYZ43.4955.9738.65-
YUV188.85107.77108.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.73%
GREEN value IS 210 (82.42% from 255) = 40.08%
BLUE value IS 153 (60.16% from 255) = 29.20%
R=30.73%
G=40.08%
B=29.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612101530.2300.270.18111.5838.7871.18
HexA1D2991701B12702747
Octal241322231270332216047107
Binary101000011101001010011001101110110111001011100001001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D299; }

 p { color: rgb(161,210,153); }

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

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

 a { background-color: rgb(161,210,153); }

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

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

 span { border-color: rgb(161,210,153); }

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