Shades of Conifer #ADD04F
Tints of Conifer #ADD04F
RGB
CMYK
RGB Variations
Color information
#ADD04F (or 0xADD04F) is known color: Conifer. HEX triplet: AD, D0 and 4F. RGB value is (173,208,79). Sum of RGB (Red+Green+Blue) = 173+208+79=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 79 (31.25% from 255 or 17.17% from 460); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD04F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD04F is #522FB0. Grayscale: #B7B7B7. Windows color (decimal): -5386161 or 5230765. OLE color: 5230765.
HSL color Cylindrical-coordinate representation of color #ADD04F: hue angle of 76.28º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADD04F is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 79 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.18 |
| HSL | 76.28º | 0.58% | 0.56% | - |
| HSV(B) | 76.28º | 0.62% | 0.82% | - |
| XYZ | 41.2 | 54.56 | 15.76 | - |
| YUV | 182.83 | 69.4 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 79 | 0.17 | 0 | 0.62 | 0.18 | 76.28 | 0.58 | 0.56 |
| Hex | AD | D0 | 4F | 11 | 0 | 3E | 12 | 4C | 3A | 38 |
| Octal | 255 | 320 | 117 | 21 | 0 | 76 | 22 | 114 | 72 | 70 |
| Binary | 10101101 | 11010000 | 1001111 | 10001 | 0 | 111110 | 10010 | 1001100 | 111010 | 111000 |
Color Harmonies of #ADD04F
Complementary color
Monochromatic Colors of #ADD04F
Black with #ADD04F
Text Example
Text Example
White with #ADD04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD04F; }
p { color: rgb(173,208,79); }
H1.HeaderClassName
{
color: #ADD04F;
}
.AnyTagClassName
{
color: #ADD04F;
}
</style>
background-color css
<style>
a { background-color: #ADD04F; }
a { background-color: rgb(173,208,79); }
div.DivClassName
{
background-color: #ADD04F;
}
.BgClassName
{
background-color: #ADD04F;
}
</style>
border-color css
<style>
span { border-color: #ADD04F; }
span { border-color: rgb(173,208,79); }
td.TdClassName
{
border-color: #ADD04F;
}
.TagClassName
{
border-color: #ADD04F;
}
</style>