#A2DC95

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

Shades of Granny Smith Apple #A2DC95

Tints of Granny Smith Apple #A2DC95

Color information

#A2DC95 (or 0xA2DC95) is unknown color: approx Granny Smith Apple. HEX triplet: A2, DC and 95. RGB value is (162,220,149). Sum of RGB (Red+Green+Blue) = 162+220+149=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DC95 is #5D236A. Grayscale: #C2C2C2. Windows color (decimal): -6103915 or 9821346. OLE color: 9821346.

HSL color Cylindrical-coordinate representation of color #A2DC95: hue angle of 109.01º 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 #A2DC95 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB162220149-
CMYK0.2600.320.14
HSL109.01º50.35%72.35%-
HSV(B)109.01º32.27%86.27%-
XYZ45.9261.0437.8-
YUV194.56102.28104.77-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.51%
GREEN value IS 220 (86.33% from 255) = 41.43%
BLUE value IS 149 (58.59% from 255) = 28.06%
R=30.51%
G=41.43%
B=28.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1622201490.2600.320.14109.0150.3572.35
HexA2DC951A020E6d3248
Octal242334225320401615562110
Binary101000101101110010010101110100100000111011011011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DC95; }

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

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

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

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

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

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

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

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