Shades of Caper #ADD17A
Tints of Caper #ADD17A
RGB
CMYK
RGB Variations
Color information
#ADD17A (or 0xADD17A) is known color: Caper. HEX triplet: AD, D1 and 7A. RGB value is (173,209,122). Sum of RGB (Red+Green+Blue) = 173+209+122=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD17A is #522E85. Grayscale: #BCBCBC. Windows color (decimal): -5385862 or 8049069. OLE color: 8049069.
HSL color Cylindrical-coordinate representation of color #ADD17A: hue angle of 84.83º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADD17A is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 122 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.18 |
| HSL | 84.83º | 0.49% | 0.65% | - |
| HSV(B) | 84.83º | 0.42% | 0.82% | - |
| XYZ | 43.55 | 55.89 | 26.91 | - |
| YUV | 188.32 | 90.57 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 122 | 0.17 | 0 | 0.42 | 0.18 | 84.83 | 0.49 | 0.65 |
| Hex | AD | D1 | 7A | 11 | 0 | 2A | 12 | 55 | 31 | 41 |
| Octal | 255 | 321 | 172 | 21 | 0 | 52 | 22 | 125 | 61 | 101 |
| Binary | 10101101 | 11010001 | 1111010 | 10001 | 0 | 101010 | 10010 | 1010101 | 110001 | 1000001 |
Color Harmonies of #ADD17A
Complementary color
Monochromatic Colors of #ADD17A
Black with #ADD17A
Text Example
Text Example
White with #ADD17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD17A; }
p { color: rgb(173,209,122); }
H1.HeaderClassName
{
color: #ADD17A;
}
.AnyTagClassName
{
color: #ADD17A;
}
</style>
background-color css
<style>
a { background-color: #ADD17A; }
a { background-color: rgb(173,209,122); }
div.DivClassName
{
background-color: #ADD17A;
}
.BgClassName
{
background-color: #ADD17A;
}
</style>
border-color css
<style>
span { border-color: #ADD17A; }
span { border-color: rgb(173,209,122); }
td.TdClassName
{
border-color: #ADD17A;
}
.TagClassName
{
border-color: #ADD17A;
}
</style>