Shades of Caper #ADC97E
Tints of Caper #ADC97E
RGB
CMYK
RGB Variations
Color information
#ADC97E (or 0xADC97E) is known color: Caper. HEX triplet: AD, C9 and 7E. RGB value is (173,201,126). Sum of RGB (Red+Green+Blue) = 173+201+126=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC97E is #523681. Grayscale: #B8B8B8. Windows color (decimal): -5387906 or 8309165. OLE color: 8309165.
HSL color Cylindrical-coordinate representation of color #ADC97E: hue angle of 82.4º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADC97E is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
RGB | 173 | 201 | 126 | - |
CMYK | 0.14 | 0 | 0.37 | 0.21 |
HSL | 82.4º | 0.41% | 0.64% | - |
HSV(B) | 82.4º | 0.37% | 0.79% | - |
XYZ | 41.89 | 52.16 | 27.6 | - |
YUV | 184.08 | 95.22 | 120.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 201 | 126 | 0.14 | 0 | 0.37 | 0.21 | 82.4 | 0.41 | 0.64 |
Hex | AD | C9 | 7E | E | 0 | 25 | 15 | 52 | 29 | 40 |
Octal | 255 | 311 | 176 | 16 | 0 | 45 | 25 | 122 | 51 | 100 |
Binary | 10101101 | 11001001 | 1111110 | 1110 | 0 | 100101 | 10101 | 1010010 | 101001 | 1000000 |
Color Harmonies of #ADC97E
Complementary color
Monochromatic Colors of #ADC97E
Black with #ADC97E
Text Example
Text Example
White with #ADC97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC97E; }
p { color: rgb(173,201,126); }
H1.HeaderClassName
{
color: #ADC97E;
}
.AnyTagClassName
{
color: #ADC97E;
}
</style>
background-color css
<style>
a { background-color: #ADC97E; }
a { background-color: rgb(173,201,126); }
div.DivClassName
{
background-color: #ADC97E;
}
.BgClassName
{
background-color: #ADC97E;
}
</style>
border-color css
<style>
span { border-color: #ADC97E; }
span { border-color: rgb(173,201,126); }
td.TdClassName
{
border-color: #ADC97E;
}
.TagClassName
{
border-color: #ADC97E;
}
</style>