#A1DF95

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

Shades of Granny Smith Apple #A1DF95

Tints of Granny Smith Apple #A1DF95

Color information

#A1DF95 (or 0xA1DF95) is unknown color: approx Granny Smith Apple. HEX triplet: A1, DF and 95. RGB value is (161,223,149). Sum of RGB (Red+Green+Blue) = 161+223+149=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 223 (87.5% from 255 or 41.84% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DF95 is #5E206A. Grayscale: #C4C4C4. Windows color (decimal): -6168683 or 9822113. OLE color: 9822113.

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

Color convert

RGB161223149-
CMYK0.2800.330.13
HSL110.27º53.62%72.94%-
HSV(B)110.27º33.18%87.45%-
XYZ46.5162.5238.05-
YUV196.03101.46103.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.21%
GREEN value IS 223 (87.5% from 255) = 41.84%
BLUE value IS 149 (58.59% from 255) = 27.95%
R=30.21%
G=41.84%
B=27.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612231490.2800.330.13110.2753.6272.94
HexA1DF951C021D6e3649
Octal241337225340411515666111
Binary101000011101111110010101111000100001110111011101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DF95; }

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

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

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

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

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

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

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

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