Shades of Conifer #ADD44C
Tints of Conifer #ADD44C
RGB
CMYK
RGB Variations
Color information
#ADD44C (or 0xADD44C) is known color: Conifer. HEX triplet: AD, D4 and 4C. RGB value is (173,212,76). Sum of RGB (Red+Green+Blue) = 173+212+76=461 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.53% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 76 (30.08% from 255 or 16.49% from 461); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD44C is #522BB3. Grayscale: #B9B9B9. Windows color (decimal): -5385140 or 5035181. OLE color: 5035181.
HSL color Cylindrical-coordinate representation of color #ADD44C: hue angle of 77.21º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADD44C is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 76 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.17 |
| HSL | 77.21º | 0.61% | 0.56% | - |
| HSV(B) | 77.21º | 0.64% | 0.83% | - |
| XYZ | 42.08 | 56.49 | 15.52 | - |
| YUV | 184.84 | 66.58 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 76 | 0.18 | 0 | 0.64 | 0.17 | 77.21 | 0.61 | 0.56 |
| Hex | AD | D4 | 4C | 12 | 0 | 40 | 11 | 4D | 3D | 38 |
| Octal | 255 | 324 | 114 | 22 | 0 | 100 | 21 | 115 | 75 | 70 |
| Binary | 10101101 | 11010100 | 1001100 | 10010 | 0 | 1000000 | 10001 | 1001101 | 111101 | 111000 |
Color Harmonies of #ADD44C
Complementary color
Monochromatic Colors of #ADD44C
Black with #ADD44C
Text Example
Text Example
White with #ADD44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD44C; }
p { color: rgb(173,212,76); }
H1.HeaderClassName
{
color: #ADD44C;
}
.AnyTagClassName
{
color: #ADD44C;
}
</style>
background-color css
<style>
a { background-color: #ADD44C; }
a { background-color: rgb(173,212,76); }
div.DivClassName
{
background-color: #ADD44C;
}
.BgClassName
{
background-color: #ADD44C;
}
</style>
border-color css
<style>
span { border-color: #ADD44C; }
span { border-color: rgb(173,212,76); }
td.TdClassName
{
border-color: #ADD44C;
}
.TagClassName
{
border-color: #ADD44C;
}
</style>