Shades of Caper #ADCE70
Tints of Caper #ADCE70
RGB
CMYK
RGB Variations
Color information
#ADCE70 (or 0xADCE70) is known color: Caper. HEX triplet: AD, CE and 70. RGB value is (173,206,112). Sum of RGB (Red+Green+Blue) = 173+206+112=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCE70 is #52318F. Grayscale: #B9B9B9. Windows color (decimal): -5386640 or 7392941. OLE color: 7392941.
HSL color Cylindrical-coordinate representation of color #ADCE70: hue angle of 81.06º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADCE70 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 112 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.19 |
| HSL | 81.06º | 0.49% | 0.62% | - |
| HSV(B) | 81.06º | 0.46% | 0.81% | - |
| XYZ | 42.23 | 54.2 | 23.56 | - |
| YUV | 185.42 | 86.57 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 112 | 0.16 | 0 | 0.46 | 0.19 | 81.06 | 0.49 | 0.62 |
| Hex | AD | CE | 70 | 10 | 0 | 2E | 13 | 51 | 31 | 3E |
| Octal | 255 | 316 | 160 | 20 | 0 | 56 | 23 | 121 | 61 | 76 |
| Binary | 10101101 | 11001110 | 1110000 | 10000 | 0 | 101110 | 10011 | 1010001 | 110001 | 111110 |
Color Harmonies of #ADCE70
Complementary color
Monochromatic Colors of #ADCE70
Black with #ADCE70
Text Example
Text Example
White with #ADCE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE70; }
p { color: rgb(173,206,112); }
H1.HeaderClassName
{
color: #ADCE70;
}
.AnyTagClassName
{
color: #ADCE70;
}
</style>
background-color css
<style>
a { background-color: #ADCE70; }
a { background-color: rgb(173,206,112); }
div.DivClassName
{
background-color: #ADCE70;
}
.BgClassName
{
background-color: #ADCE70;
}
</style>
border-color css
<style>
span { border-color: #ADCE70; }
span { border-color: rgb(173,206,112); }
td.TdClassName
{
border-color: #ADCE70;
}
.TagClassName
{
border-color: #ADCE70;
}
</style>