#ABD16D

Color #ABD16D Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #ABD16D

Tints of Caper #ABD16D

Color information

#ABD16D (or 0xABD16D) is unknown color: approx Caper. HEX triplet: AB, D1 and 6D. RGB value is (171,209,109). Sum of RGB (Red+Green+Blue) = 171+209+109=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD16D is #542E92. Grayscale: #BABABA. Windows color (decimal): -5516947 or 7197099. OLE color: 7197099.

HSL color Cylindrical-coordinate representation of color #ABD16D: hue angle of 82.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABD16D is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB171209109-
CMYK0.1800.480.18
HSL82.8º52.08%62.35%-
HSV(B)82.8º47.85%81.96%-
XYZ42.3655.3622.92-
YUV186.2484.41117.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 209 (82.03% from 255) = 42.74%
BLUE value IS 109 (42.97% from 255) = 22.29%
R=34.97%
G=42.74%
B=22.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712091090.1800.480.1882.852.0862.35
HexABD16D120301253343e
Octal25332115522060221236476
Binary10101011110100011101101100100110000100101010011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD16D; }

 p { color: rgb(171,209,109); }

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

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

 a { background-color: rgb(171,209,109); }

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

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

 span { border-color: rgb(171,209,109); }

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