#ABDC97

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

Shades of Granny Smith Apple #ABDC97

Tints of Granny Smith Apple #ABDC97

Color information

#ABDC97 (or 0xABDC97) is unknown color: approx Granny Smith Apple. HEX triplet: AB, DC and 97. RGB value is (171,220,151). Sum of RGB (Red+Green+Blue) = 171+220+151=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 151 (59.38% from 255 or 27.86% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC97 is #542368. Grayscale: #C5C5C5. Windows color (decimal): -5514089 or 9952427. OLE color: 9952427.

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

Color convert

RGB171220151-
CMYK0.2200.310.14
HSL102.61º49.64%72.75%-
HSV(B)102.61º31.36%86.27%-
XYZ47.9762.0838.73-
YUV197.48101.77109.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.55%
GREEN value IS 220 (86.33% from 255) = 40.59%
BLUE value IS 151 (59.38% from 255) = 27.86%
R=31.55%
G=40.59%
B=27.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712201510.2200.310.14102.6149.6472.75
HexABDC971601FE673249
Octal253334227260371614762111
Binary10101011110111001001011110110011111111011001111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDC97; }

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

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

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

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

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

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

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

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