Shades of Caper #ADD270
Tints of Caper #ADD270
RGB
CMYK
RGB Variations
Color information
#ADD270 (or 0xADD270) is known color: Caper. HEX triplet: AD, D2 and 70. RGB value is (173,210,112). Sum of RGB (Red+Green+Blue) = 173+210+112=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD270 is #522D8F. Grayscale: #BCBCBC. Windows color (decimal): -5385616 or 7393965. OLE color: 7393965.
HSL color Cylindrical-coordinate representation of color #ADD270: hue angle of 82.65º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADD270 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 112 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.18 |
| HSL | 82.65º | 0.52% | 0.63% | - |
| HSV(B) | 82.65º | 0.47% | 0.82% | - |
| XYZ | 43.2 | 56.15 | 23.89 | - |
| YUV | 187.77 | 85.24 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 112 | 0.18 | 0 | 0.47 | 0.18 | 82.65 | 0.52 | 0.63 |
| Hex | AD | D2 | 70 | 12 | 0 | 2F | 12 | 53 | 34 | 3F |
| Octal | 255 | 322 | 160 | 22 | 0 | 57 | 22 | 123 | 64 | 77 |
| Binary | 10101101 | 11010010 | 1110000 | 10010 | 0 | 101111 | 10010 | 1010011 | 110100 | 111111 |
Color Harmonies of #ADD270
Complementary color
Monochromatic Colors of #ADD270
Black with #ADD270
Text Example
Text Example
White with #ADD270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD270; }
p { color: rgb(173,210,112); }
H1.HeaderClassName
{
color: #ADD270;
}
.AnyTagClassName
{
color: #ADD270;
}
</style>
background-color css
<style>
a { background-color: #ADD270; }
a { background-color: rgb(173,210,112); }
div.DivClassName
{
background-color: #ADD270;
}
.BgClassName
{
background-color: #ADD270;
}
</style>
border-color css
<style>
span { border-color: #ADD270; }
span { border-color: rgb(173,210,112); }
td.TdClassName
{
border-color: #ADD270;
}
.TagClassName
{
border-color: #ADD270;
}
</style>