Shades of Conifer #ADCF58
Tints of Conifer #ADCF58
RGB
CMYK
RGB Variations
Color information
#ADCF58 (or 0xADCF58) is known color: Conifer. HEX triplet: AD, CF and 58. RGB value is (173,207,88). Sum of RGB (Red+Green+Blue) = 173+207+88=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 88 (34.77% from 255 or 18.80% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCF58 is #5230A7. Grayscale: #B7B7B7. Windows color (decimal): -5386408 or 5820333. OLE color: 5820333.
HSL color Cylindrical-coordinate representation of color #ADCF58: hue angle of 77.14º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADCF58 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 88 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.19 |
| HSL | 77.14º | 0.55% | 0.58% | - |
| HSV(B) | 77.14º | 0.57% | 0.81% | - |
| XYZ | 41.31 | 54.21 | 17.52 | - |
| YUV | 183.27 | 74.24 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 88 | 0.16 | 0 | 0.57 | 0.19 | 77.14 | 0.55 | 0.58 |
| Hex | AD | CF | 58 | 10 | 0 | 39 | 13 | 4D | 37 | 3A |
| Octal | 255 | 317 | 130 | 20 | 0 | 71 | 23 | 115 | 67 | 72 |
| Binary | 10101101 | 11001111 | 1011000 | 10000 | 0 | 111001 | 10011 | 1001101 | 110111 | 111010 |
Color Harmonies of #ADCF58
Complementary color
Monochromatic Colors of #ADCF58
Black with #ADCF58
Text Example
Text Example
White with #ADCF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCF58; }
p { color: rgb(173,207,88); }
H1.HeaderClassName
{
color: #ADCF58;
}
.AnyTagClassName
{
color: #ADCF58;
}
</style>
background-color css
<style>
a { background-color: #ADCF58; }
a { background-color: rgb(173,207,88); }
div.DivClassName
{
background-color: #ADCF58;
}
.BgClassName
{
background-color: #ADCF58;
}
</style>
border-color css
<style>
span { border-color: #ADCF58; }
span { border-color: rgb(173,207,88); }
td.TdClassName
{
border-color: #ADCF58;
}
.TagClassName
{
border-color: #ADCF58;
}
</style>