Shades of Caper #ADC27A
Tints of Caper #ADC27A
RGB
CMYK
RGB Variations
Color information
#ADC27A (or 0xADC27A) is known color: Caper. HEX triplet: AD, C2 and 7A. RGB value is (173,194,122). Sum of RGB (Red+Green+Blue) = 173+194+122=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 194 (76.17% from 255 or 39.67% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC27A is #523D85. Grayscale: #B3B3B3. Windows color (decimal): -5389702 or 8045229. OLE color: 8045229.
HSL color Cylindrical-coordinate representation of color #ADC27A: hue angle of 77.5º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADC27A is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 122 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.24 |
| HSL | 77.5º | 0.37% | 0.62% | - |
| HSV(B) | 77.5º | 0.37% | 0.76% | - |
| XYZ | 40.04 | 48.87 | 25.74 | - |
| YUV | 179.51 | 95.54 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 122 | 0.11 | 0 | 0.37 | 0.24 | 77.5 | 0.37 | 0.62 |
| Hex | AD | C2 | 7A | B | 0 | 25 | 18 | 4E | 25 | 3E |
| Octal | 255 | 302 | 172 | 13 | 0 | 45 | 30 | 116 | 45 | 76 |
| Binary | 10101101 | 11000010 | 1111010 | 1011 | 0 | 100101 | 11000 | 1001110 | 100101 | 111110 |
Color Harmonies of #ADC27A
Complementary color
Monochromatic Colors of #ADC27A
Black with #ADC27A
Text Example
Text Example
White with #ADC27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC27A; }
p { color: rgb(173,194,122); }
H1.HeaderClassName
{
color: #ADC27A;
}
.AnyTagClassName
{
color: #ADC27A;
}
</style>
background-color css
<style>
a { background-color: #ADC27A; }
a { background-color: rgb(173,194,122); }
div.DivClassName
{
background-color: #ADC27A;
}
.BgClassName
{
background-color: #ADC27A;
}
</style>
border-color css
<style>
span { border-color: #ADC27A; }
span { border-color: rgb(173,194,122); }
td.TdClassName
{
border-color: #ADC27A;
}
.TagClassName
{
border-color: #ADC27A;
}
</style>