#ABD16C

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

Shades of Caper #ABD16C

Tints of Caper #ABD16C

Color information

#ABD16C (or 0xABD16C) is unknown color: approx Caper. HEX triplet: AB, D1 and 6C. RGB value is (171,209,108). Sum of RGB (Red+Green+Blue) = 171+209+108=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD16C is #542E93. Grayscale: #BABABA. Windows color (decimal): -5516948 or 7131563. OLE color: 7131563.

HSL color Cylindrical-coordinate representation of color #ABD16C: hue angle of 82.57º 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 #ABD16C is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB171209108-
CMYK0.1800.480.18
HSL82.57º52.33%62.16%-
HSV(B)82.57º48.33%81.96%-
XYZ42.355.3422.64-
YUV186.1283.91117.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 209 (82.03% from 255) = 42.83%
BLUE value IS 108 (42.58% from 255) = 22.13%
R=35.04%
G=42.83%
B=22.13%

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
Decimal1712091080.1800.480.1882.5752.3362.16
HexABD16C120301253343e
Octal25332115422060221236476
Binary10101011110100011101100100100110000100101010011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD16C; }

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

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

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

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

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

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

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

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