Shades of Caper #ADCF6E
Tints of Caper #ADCF6E
RGB
CMYK
RGB Variations
Color information
#ADCF6E (or 0xADCF6E) is known color: Caper. HEX triplet: AD, CF and 6E. RGB value is (173,207,110). Sum of RGB (Red+Green+Blue) = 173+207+110=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCF6E is #523091. Grayscale: #BABABA. Windows color (decimal): -5386386 or 7262125. OLE color: 7262125.
HSL color Cylindrical-coordinate representation of color #ADCF6E: hue angle of 81.03º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADCF6E is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 110 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.19 |
| HSL | 81.03º | 0.5% | 0.62% | - |
| HSV(B) | 81.03º | 0.47% | 0.81% | - |
| XYZ | 42.36 | 54.64 | 23.06 | - |
| YUV | 185.78 | 85.24 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 110 | 0.16 | 0 | 0.47 | 0.19 | 81.03 | 0.5 | 0.62 |
| Hex | AD | CF | 6E | 10 | 0 | 2F | 13 | 51 | 32 | 3E |
| Octal | 255 | 317 | 156 | 20 | 0 | 57 | 23 | 121 | 62 | 76 |
| Binary | 10101101 | 11001111 | 1101110 | 10000 | 0 | 101111 | 10011 | 1010001 | 110010 | 111110 |
Color Harmonies of #ADCF6E
Complementary color
Monochromatic Colors of #ADCF6E
Black with #ADCF6E
Text Example
Text Example
White with #ADCF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCF6E; }
p { color: rgb(173,207,110); }
H1.HeaderClassName
{
color: #ADCF6E;
}
.AnyTagClassName
{
color: #ADCF6E;
}
</style>
background-color css
<style>
a { background-color: #ADCF6E; }
a { background-color: rgb(173,207,110); }
div.DivClassName
{
background-color: #ADCF6E;
}
.BgClassName
{
background-color: #ADCF6E;
}
</style>
border-color css
<style>
span { border-color: #ADCF6E; }
span { border-color: rgb(173,207,110); }
td.TdClassName
{
border-color: #ADCF6E;
}
.TagClassName
{
border-color: #ADCF6E;
}
</style>