#A1DF99

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

Shades of Granny Smith Apple #A1DF99

Tints of Granny Smith Apple #A1DF99

Color information

#A1DF99 (or 0xA1DF99) is unknown color: approx Granny Smith Apple. HEX triplet: A1, DF and 99. RGB value is (161,223,153). Sum of RGB (Red+Green+Blue) = 161+223+153=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DF99 is #5E2066. Grayscale: #C4C4C4. Windows color (decimal): -6168679 or 10084257. OLE color: 10084257.

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

Color convert

RGB161223153-
CMYK0.2800.310.13
HSL113.14º52.24%73.73%-
HSV(B)113.14º31.39%87.45%-
XYZ46.8462.6539.76-
YUV196.48103.46102.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.98%
GREEN value IS 223 (87.5% from 255) = 41.53%
BLUE value IS 153 (60.16% from 255) = 28.49%
R=29.98%
G=41.53%
B=28.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612231530.2800.310.13113.1452.2473.73
HexA1DF991C01FD71344a
Octal241337231340371516164112
Binary10100001110111111001100111100011111110111100011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DF99; }

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

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

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

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

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

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

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

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