Shades of Conifer #ADCC57
Tints of Conifer #ADCC57
RGB
CMYK
RGB Variations
Color information
#ADCC57 (or 0xADCC57) is known color: Conifer. HEX triplet: AD, CC and 57. RGB value is (173,204,87). Sum of RGB (Red+Green+Blue) = 173+204+87=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 87 (34.38% from 255 or 18.75% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC57 is #5233A8. Grayscale: #B5B5B5. Windows color (decimal): -5387177 or 5754029. OLE color: 5754029.
HSL color Cylindrical-coordinate representation of color #ADCC57: hue angle of 75.9º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADCC57 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 87 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.2 |
| HSL | 75.9º | 0.53% | 0.57% | - |
| HSV(B) | 75.9º | 0.57% | 0.8% | - |
| XYZ | 40.55 | 52.76 | 17.06 | - |
| YUV | 181.39 | 74.73 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 87 | 0.15 | 0 | 0.57 | 0.2 | 75.9 | 0.53 | 0.57 |
| Hex | AD | CC | 57 | F | 0 | 39 | 14 | 4C | 35 | 39 |
| Octal | 255 | 314 | 127 | 17 | 0 | 71 | 24 | 114 | 65 | 71 |
| Binary | 10101101 | 11001100 | 1010111 | 1111 | 0 | 111001 | 10100 | 1001100 | 110101 | 111001 |
Color Harmonies of #ADCC57
Complementary color
Monochromatic Colors of #ADCC57
Black with #ADCC57
Text Example
Text Example
White with #ADCC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC57; }
p { color: rgb(173,204,87); }
H1.HeaderClassName
{
color: #ADCC57;
}
.AnyTagClassName
{
color: #ADCC57;
}
</style>
background-color css
<style>
a { background-color: #ADCC57; }
a { background-color: rgb(173,204,87); }
div.DivClassName
{
background-color: #ADCC57;
}
.BgClassName
{
background-color: #ADCC57;
}
</style>
border-color css
<style>
span { border-color: #ADCC57; }
span { border-color: rgb(173,204,87); }
td.TdClassName
{
border-color: #ADCC57;
}
.TagClassName
{
border-color: #ADCC57;
}
</style>