Shades of Conifer #ADD44A
Tints of Conifer #ADD44A
RGB
CMYK
RGB Variations
Color information
#ADD44A (or 0xADD44A) is known color: Conifer. HEX triplet: AD, D4 and 4A. RGB value is (173,212,74). Sum of RGB (Red+Green+Blue) = 173+212+74=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 212 (83.20% from 255 or 46.19% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD44A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD44A is #522BB5. Grayscale: #B9B9B9. Windows color (decimal): -5385142 or 4904109. OLE color: 4904109.
HSL color Cylindrical-coordinate representation of color #ADD44A: hue angle of 76.96º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADD44A is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 74 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.17 |
| HSL | 76.96º | 0.62% | 0.56% | - |
| HSV(B) | 76.96º | 0.65% | 0.83% | - |
| XYZ | 42.01 | 56.47 | 15.16 | - |
| YUV | 184.61 | 65.58 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 74 | 0.18 | 0 | 0.65 | 0.17 | 76.96 | 0.62 | 0.56 |
| Hex | AD | D4 | 4A | 12 | 0 | 41 | 11 | 4D | 3E | 38 |
| Octal | 255 | 324 | 112 | 22 | 0 | 101 | 21 | 115 | 76 | 70 |
| Binary | 10101101 | 11010100 | 1001010 | 10010 | 0 | 1000001 | 10001 | 1001101 | 111110 | 111000 |
Color Harmonies of #ADD44A
Complementary color
Monochromatic Colors of #ADD44A
Black with #ADD44A
Text Example
Text Example
White with #ADD44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD44A; }
p { color: rgb(173,212,74); }
H1.HeaderClassName
{
color: #ADD44A;
}
.AnyTagClassName
{
color: #ADD44A;
}
</style>
background-color css
<style>
a { background-color: #ADD44A; }
a { background-color: rgb(173,212,74); }
div.DivClassName
{
background-color: #ADD44A;
}
.BgClassName
{
background-color: #ADD44A;
}
</style>
border-color css
<style>
span { border-color: #ADD44A; }
span { border-color: rgb(173,212,74); }
td.TdClassName
{
border-color: #ADD44A;
}
.TagClassName
{
border-color: #ADD44A;
}
</style>