Shades of Conifer #ADD44F
Tints of Conifer #ADD44F
RGB
CMYK
RGB Variations
Color information
#ADD44F (or 0xADD44F) is known color: Conifer. HEX triplet: AD, D4 and 4F. RGB value is (173,212,79). Sum of RGB (Red+Green+Blue) = 173+212+79=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 79 (31.25% from 255 or 17.03% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD44F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD44F is #522BB0. Grayscale: #B9B9B9. Windows color (decimal): -5385137 or 5231789. OLE color: 5231789.
HSL color Cylindrical-coordinate representation of color #ADD44F: hue angle of 77.59º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADD44F is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 79 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.17 |
| HSL | 77.59º | 0.61% | 0.57% | - |
| HSV(B) | 77.59º | 0.63% | 0.83% | - |
| XYZ | 42.19 | 56.54 | 16.09 | - |
| YUV | 185.18 | 68.08 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 79 | 0.18 | 0 | 0.63 | 0.17 | 77.59 | 0.61 | 0.57 |
| Hex | AD | D4 | 4F | 12 | 0 | 3F | 11 | 4E | 3D | 39 |
| Octal | 255 | 324 | 117 | 22 | 0 | 77 | 21 | 116 | 75 | 71 |
| Binary | 10101101 | 11010100 | 1001111 | 10010 | 0 | 111111 | 10001 | 1001110 | 111101 | 111001 |
Color Harmonies of #ADD44F
Complementary color
Monochromatic Colors of #ADD44F
Black with #ADD44F
Text Example
Text Example
White with #ADD44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD44F; }
p { color: rgb(173,212,79); }
H1.HeaderClassName
{
color: #ADD44F;
}
.AnyTagClassName
{
color: #ADD44F;
}
</style>
background-color css
<style>
a { background-color: #ADD44F; }
a { background-color: rgb(173,212,79); }
div.DivClassName
{
background-color: #ADD44F;
}
.BgClassName
{
background-color: #ADD44F;
}
</style>
border-color css
<style>
span { border-color: #ADD44F; }
span { border-color: rgb(173,212,79); }
td.TdClassName
{
border-color: #ADD44F;
}
.TagClassName
{
border-color: #ADD44F;
}
</style>