Shades of Caper #ADD06C
Tints of Caper #ADD06C
RGB
CMYK
RGB Variations
Color information
#ADD06C (or 0xADD06C) is known color: Caper. HEX triplet: AD, D0 and 6C. RGB value is (173,208,108). Sum of RGB (Red+Green+Blue) = 173+208+108=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 108 (42.58% from 255 or 22.09% from 489); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD06C is #522F93. Grayscale: #BABABA. Windows color (decimal): -5386132 or 7131309. OLE color: 7131309.
HSL color Cylindrical-coordinate representation of color #ADD06C: hue angle of 81º 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 #ADD06C is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 108 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.18 |
| HSL | 81º | 0.52% | 0.62% | - |
| HSV(B) | 81º | 0.48% | 0.82% | - |
| XYZ | 42.5 | 55.08 | 22.58 | - |
| YUV | 186.14 | 83.9 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 108 | 0.17 | 0 | 0.48 | 0.18 | 81 | 0.52 | 0.62 |
| Hex | AD | D0 | 6C | 11 | 0 | 30 | 12 | 51 | 34 | 3E |
| Octal | 255 | 320 | 154 | 21 | 0 | 60 | 22 | 121 | 64 | 76 |
| Binary | 10101101 | 11010000 | 1101100 | 10001 | 0 | 110000 | 10010 | 1010001 | 110100 | 111110 |
Color Harmonies of #ADD06C
Complementary color
Monochromatic Colors of #ADD06C
Black with #ADD06C
Text Example
Text Example
White with #ADD06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD06C; }
p { color: rgb(173,208,108); }
H1.HeaderClassName
{
color: #ADD06C;
}
.AnyTagClassName
{
color: #ADD06C;
}
</style>
background-color css
<style>
a { background-color: #ADD06C; }
a { background-color: rgb(173,208,108); }
div.DivClassName
{
background-color: #ADD06C;
}
.BgClassName
{
background-color: #ADD06C;
}
</style>
border-color css
<style>
span { border-color: #ADD06C; }
span { border-color: rgb(173,208,108); }
td.TdClassName
{
border-color: #ADD06C;
}
.TagClassName
{
border-color: #ADD06C;
}
</style>