Shades of Conifer #ADCD4F
Tints of Conifer #ADCD4F
RGB
CMYK
RGB Variations
Color information
#ADCD4F (or 0xADCD4F) is known color: Conifer. HEX triplet: AD, CD and 4F. RGB value is (173,205,79). Sum of RGB (Red+Green+Blue) = 173+205+79=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 79 (31.25% from 255 or 17.29% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCD4F is #5232B0. Grayscale: #B5B5B5. Windows color (decimal): -5386929 or 5229997. OLE color: 5229997.
HSL color Cylindrical-coordinate representation of color #ADCD4F: hue angle of 75.24º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADCD4F is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 79 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.20 |
| HSL | 75.24º | 0.56% | 0.56% | - |
| HSV(B) | 75.24º | 0.61% | 0.8% | - |
| XYZ | 40.48 | 53.11 | 15.52 | - |
| YUV | 181.07 | 70.4 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 79 | 0.16 | 0 | 0.61 | 0.20 | 75.24 | 0.56 | 0.56 |
| Hex | AD | CD | 4F | 10 | 0 | 3D | 14 | 4B | 38 | 38 |
| Octal | 255 | 315 | 117 | 20 | 0 | 75 | 24 | 113 | 70 | 70 |
| Binary | 10101101 | 11001101 | 1001111 | 10000 | 0 | 111101 | 10100 | 1001011 | 111000 | 111000 |
Color Harmonies of #ADCD4F
Complementary color
Monochromatic Colors of #ADCD4F
Black with #ADCD4F
Text Example
Text Example
White with #ADCD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD4F; }
p { color: rgb(173,205,79); }
H1.HeaderClassName
{
color: #ADCD4F;
}
.AnyTagClassName
{
color: #ADCD4F;
}
</style>
background-color css
<style>
a { background-color: #ADCD4F; }
a { background-color: rgb(173,205,79); }
div.DivClassName
{
background-color: #ADCD4F;
}
.BgClassName
{
background-color: #ADCD4F;
}
</style>
border-color css
<style>
span { border-color: #ADCD4F; }
span { border-color: rgb(173,205,79); }
td.TdClassName
{
border-color: #ADCD4F;
}
.TagClassName
{
border-color: #ADCD4F;
}
</style>