#ABDC9A

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

Shades of Granny Smith Apple #ABDC9A

Tints of Granny Smith Apple #ABDC9A

Color information

#ABDC9A (or 0xABDC9A) is unknown color: approx Granny Smith Apple. HEX triplet: AB, DC and 9A. RGB value is (171,220,154). Sum of RGB (Red+Green+Blue) = 171+220+154=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC9A is #542365. Grayscale: #C6C6C6. Windows color (decimal): -5514086 or 10149035. OLE color: 10149035.

HSL color Cylindrical-coordinate representation of color #ABDC9A: hue angle of 104.55º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABDC9A is Cyan = 0.22, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB171220154-
CMYK0.2200.30.14
HSL104.55º48.53%73.33%-
HSV(B)104.55º30%86.27%-
XYZ48.2262.1840.03-
YUV197.82103.27108.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 220 (86.33% from 255) = 40.37%
BLUE value IS 154 (60.55% from 255) = 28.26%
R=31.38%
G=40.37%
B=28.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712201540.2200.30.14104.5548.5373.33
HexABDC9A1601EE693149
Octal253334232260361615161111
Binary10101011110111001001101010110011110111011010011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDC9A; }

 p { color: rgb(171,220,154); }

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

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

 a { background-color: rgb(171,220,154); }

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

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

 span { border-color: rgb(171,220,154); }

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