#ABDC98

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

Shades of Granny Smith Apple #ABDC98

Tints of Granny Smith Apple #ABDC98

Color information

#ABDC98 (or 0xABDC98) is unknown color: approx Granny Smith Apple. HEX triplet: AB, DC and 98. RGB value is (171,220,152). Sum of RGB (Red+Green+Blue) = 171+220+152=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDC98 is #542367. Grayscale: #C5C5C5. Windows color (decimal): -5514088 or 10017963. OLE color: 10017963.

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

Color convert

RGB171220152-
CMYK0.2200.310.14
HSL103.24º49.28%72.94%-
HSV(B)103.24º30.91%86.27%-
XYZ48.0662.1139.16-
YUV197.6102.27109.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.49%
GREEN value IS 220 (86.33% from 255) = 40.52%
BLUE value IS 152 (59.77% from 255) = 27.99%
R=31.49%
G=40.52%
B=27.99%

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
Decimal1712201520.2200.310.14103.2449.2872.94
HexABDC981601FE673149
Octal253334230260371614761111
Binary10101011110111001001100010110011111111011001111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDC98; }

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

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

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

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

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

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

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

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