#abdc99

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

Shades of Granny Smith Apple #ABDC99

Tints of Granny Smith Apple #ABDC99

Color information

#ABDC99 (or 0xABDC99) is unknown color: approx Granny Smith Apple. HEX triplet: AB, DC and 99. RGB value is (171,220,153). Sum of RGB (Red+Green+Blue) = 171+220+153=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 153 (60.16% from 255 or 28.12% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC99 is #542366. Grayscale: #C5C5C5. Windows color (decimal): -5514087 or 10083499. OLE color: 10083499.

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

Color convert

RGB171220153-
CMYK0.2200.300.14
HSL103.88º48.91%73.14%-
HSV(B)103.88º30.45%86.27%-
XYZ48.1462.1439.59-
YUV197.71102.77108.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.43%
GREEN value IS 220 (86.33% from 255) = 40.44%
BLUE value IS 153 (60.16% from 255) = 28.12%
R=31.43%
G=40.44%
B=28.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712201530.2200.300.14103.8848.9173.14
HexABDC991601EE683149
Octal253334231260361615061111
Binary10101011110111001001100110110011110111011010001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abdc99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abdc99; }

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

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

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

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

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

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

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

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