Shades of Caper #ADC26F
Tints of Caper #ADC26F
RGB
CMYK
RGB Variations
Color information
#ADC26F (or 0xADC26F) is known color: Caper. HEX triplet: AD, C2 and 6F. RGB value is (173,194,111). Sum of RGB (Red+Green+Blue) = 173+194+111=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 194 (76.17% from 255 or 40.59% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC26F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC26F is #523D90. Grayscale: #B2B2B2. Windows color (decimal): -5389713 or 7324333. OLE color: 7324333.
HSL color Cylindrical-coordinate representation of color #ADC26F: hue angle of 75.18º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADC26F is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 111 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.24 |
| HSL | 75.18º | 0.4% | 0.6% | - |
| HSV(B) | 75.18º | 0.43% | 0.76% | - |
| XYZ | 39.39 | 48.62 | 22.35 | - |
| YUV | 178.26 | 90.04 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 111 | 0.11 | 0 | 0.43 | 0.24 | 75.18 | 0.4 | 0.6 |
| Hex | AD | C2 | 6F | B | 0 | 2B | 18 | 4B | 28 | 3C |
| Octal | 255 | 302 | 157 | 13 | 0 | 53 | 30 | 113 | 50 | 74 |
| Binary | 10101101 | 11000010 | 1101111 | 1011 | 0 | 101011 | 11000 | 1001011 | 101000 | 111100 |
Color Harmonies of #ADC26F
Complementary color
Monochromatic Colors of #ADC26F
Black with #ADC26F
Text Example
Text Example
White with #ADC26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC26F; }
p { color: rgb(173,194,111); }
H1.HeaderClassName
{
color: #ADC26F;
}
.AnyTagClassName
{
color: #ADC26F;
}
</style>
background-color css
<style>
a { background-color: #ADC26F; }
a { background-color: rgb(173,194,111); }
div.DivClassName
{
background-color: #ADC26F;
}
.BgClassName
{
background-color: #ADC26F;
}
</style>
border-color css
<style>
span { border-color: #ADC26F; }
span { border-color: rgb(173,194,111); }
td.TdClassName
{
border-color: #ADC26F;
}
.TagClassName
{
border-color: #ADC26F;
}
</style>