Shades of Conifer #ADCF4E
Tints of Conifer #ADCF4E
RGB
CMYK
RGB Variations
Color information
#ADCF4E (or 0xADCF4E) is known color: Conifer. HEX triplet: AD, CF and 4E. RGB value is (173,207,78). Sum of RGB (Red+Green+Blue) = 173+207+78=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 78 (30.86% from 255 or 17.03% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCF4E is #5230B1. Grayscale: #B6B6B6. Windows color (decimal): -5386418 or 5164973. OLE color: 5164973.
HSL color Cylindrical-coordinate representation of color #ADCF4E: hue angle of 75.81º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADCF4E is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 207 | 78 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.19 |
| HSL | 75.81º | 0.57% | 0.56% | - |
| HSV(B) | 75.81º | 0.62% | 0.81% | - |
| XYZ | 40.92 | 54.06 | 15.49 | - |
| YUV | 182.13 | 69.24 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 207 | 78 | 0.16 | 0 | 0.62 | 0.19 | 75.81 | 0.57 | 0.56 |
| Hex | AD | CF | 4E | 10 | 0 | 3E | 13 | 4C | 39 | 38 |
| Octal | 255 | 317 | 116 | 20 | 0 | 76 | 23 | 114 | 71 | 70 |
| Binary | 10101101 | 11001111 | 1001110 | 10000 | 0 | 111110 | 10011 | 1001100 | 111001 | 111000 |
Color Harmonies of #ADCF4E
Complementary color
Monochromatic Colors of #ADCF4E
Black with #ADCF4E
Text Example
Text Example
White with #ADCF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCF4E; }
p { color: rgb(173,207,78); }
H1.HeaderClassName
{
color: #ADCF4E;
}
.AnyTagClassName
{
color: #ADCF4E;
}
</style>
background-color css
<style>
a { background-color: #ADCF4E; }
a { background-color: rgb(173,207,78); }
div.DivClassName
{
background-color: #ADCF4E;
}
.BgClassName
{
background-color: #ADCF4E;
}
</style>
border-color css
<style>
span { border-color: #ADCF4E; }
span { border-color: rgb(173,207,78); }
td.TdClassName
{
border-color: #ADCF4E;
}
.TagClassName
{
border-color: #ADCF4E;
}
</style>