Shades of Caper #ADD26D
Tints of Caper #ADD26D
RGB
CMYK
RGB Variations
Color information
#ADD26D (or 0xADD26D) is known color: Caper. HEX triplet: AD, D2 and 6D. RGB value is (173,210,109). Sum of RGB (Red+Green+Blue) = 173+210+109=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD26D is #522D92. Grayscale: #BBBBBB. Windows color (decimal): -5385619 or 7197357. OLE color: 7197357.
HSL color Cylindrical-coordinate representation of color #ADD26D: hue angle of 81.98º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADD26D is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 109 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.18 |
| HSL | 81.98º | 0.53% | 0.63% | - |
| HSV(B) | 81.98º | 0.48% | 0.82% | - |
| XYZ | 43.04 | 56.08 | 23.02 | - |
| YUV | 187.42 | 83.74 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 109 | 0.18 | 0 | 0.48 | 0.18 | 81.98 | 0.53 | 0.63 |
| Hex | AD | D2 | 6D | 12 | 0 | 30 | 12 | 52 | 35 | 3F |
| Octal | 255 | 322 | 155 | 22 | 0 | 60 | 22 | 122 | 65 | 77 |
| Binary | 10101101 | 11010010 | 1101101 | 10010 | 0 | 110000 | 10010 | 1010010 | 110101 | 111111 |
Color Harmonies of #ADD26D
Complementary color
Monochromatic Colors of #ADD26D
Black with #ADD26D
Text Example
Text Example
White with #ADD26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD26D; }
p { color: rgb(173,210,109); }
H1.HeaderClassName
{
color: #ADD26D;
}
.AnyTagClassName
{
color: #ADD26D;
}
</style>
background-color css
<style>
a { background-color: #ADD26D; }
a { background-color: rgb(173,210,109); }
div.DivClassName
{
background-color: #ADD26D;
}
.BgClassName
{
background-color: #ADD26D;
}
</style>
border-color css
<style>
span { border-color: #ADD26D; }
span { border-color: rgb(173,210,109); }
td.TdClassName
{
border-color: #ADD26D;
}
.TagClassName
{
border-color: #ADD26D;
}
</style>