Shades of Caper #ADD46E
Tints of Caper #ADD46E
RGB
CMYK
RGB Variations
Color information
#ADD46E (or 0xADD46E) is known color: Caper. HEX triplet: AD, D4 and 6E. RGB value is (173,212,110). Sum of RGB (Red+Green+Blue) = 173+212+110=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD46E is #522B91. Grayscale: #BDBDBD. Windows color (decimal): -5385106 or 7263405. OLE color: 7263405.
HSL color Cylindrical-coordinate representation of color #ADD46E: hue angle of 82.94º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADD46E is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 110 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.17 |
| HSL | 82.94º | 0.54% | 0.63% | - |
| HSV(B) | 82.94º | 0.48% | 0.83% | - |
| XYZ | 43.59 | 57.1 | 23.48 | - |
| YUV | 188.71 | 83.58 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 110 | 0.18 | 0 | 0.48 | 0.17 | 82.94 | 0.54 | 0.63 |
| Hex | AD | D4 | 6E | 12 | 0 | 30 | 11 | 53 | 36 | 3F |
| Octal | 255 | 324 | 156 | 22 | 0 | 60 | 21 | 123 | 66 | 77 |
| Binary | 10101101 | 11010100 | 1101110 | 10010 | 0 | 110000 | 10001 | 1010011 | 110110 | 111111 |
Color Harmonies of #ADD46E
Complementary color
Monochromatic Colors of #ADD46E
Black with #ADD46E
Text Example
Text Example
White with #ADD46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD46E; }
p { color: rgb(173,212,110); }
H1.HeaderClassName
{
color: #ADD46E;
}
.AnyTagClassName
{
color: #ADD46E;
}
</style>
background-color css
<style>
a { background-color: #ADD46E; }
a { background-color: rgb(173,212,110); }
div.DivClassName
{
background-color: #ADD46E;
}
.BgClassName
{
background-color: #ADD46E;
}
</style>
border-color css
<style>
span { border-color: #ADD46E; }
span { border-color: rgb(173,212,110); }
td.TdClassName
{
border-color: #ADD46E;
}
.TagClassName
{
border-color: #ADD46E;
}
</style>