#A1DC95

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

Shades of Granny Smith Apple #A1DC95

Tints of Granny Smith Apple #A1DC95

Color information

#A1DC95 (or 0xA1DC95) is unknown color: approx Granny Smith Apple. HEX triplet: A1, DC and 95. RGB value is (161,220,149). Sum of RGB (Red+Green+Blue) = 161+220+149=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DC95 is #5E236A. Grayscale: #C2C2C2. Windows color (decimal): -6169451 or 9821345. OLE color: 9821345.

HSL color Cylindrical-coordinate representation of color #A1DC95: hue angle of 109.86º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1DC95 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB161220149-
CMYK0.2700.320.14
HSL109.86º50.35%72.35%-
HSV(B)109.86º32.27%86.27%-
XYZ45.7260.9337.79-
YUV194.26102.45104.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.38%
GREEN value IS 220 (86.33% from 255) = 41.51%
BLUE value IS 149 (58.59% from 255) = 28.11%
R=30.38%
G=41.51%
B=28.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612201490.2700.320.14109.8650.3572.35
HexA1DC951B020E6e3248
Octal241334225330401615662110
Binary101000011101110010010101110110100000111011011101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DC95; }

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

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

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

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

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

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

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

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