Shades of Conifer #ADD254
Tints of Conifer #ADD254
RGB
CMYK
RGB Variations
Color information
#ADD254 (or 0xADD254) is known color: Conifer. HEX triplet: AD, D2 and 54. RGB value is (173,210,84). Sum of RGB (Red+Green+Blue) = 173+210+84=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 84 (33.20% from 255 or 17.99% from 467); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD254 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD254 is #522DAB. Grayscale: #B9B9B9. Windows color (decimal): -5385644 or 5558957. OLE color: 5558957.
HSL color Cylindrical-coordinate representation of color #ADD254: hue angle of 77.62º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADD254 is Cyan = 0.18, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 84 | - |
| CMYK | 0.18 | 0 | 0.6 | 0.18 |
| HSL | 77.62º | 0.58% | 0.58% | - |
| HSV(B) | 77.62º | 0.6% | 0.82% | - |
| XYZ | 41.88 | 55.62 | 16.92 | - |
| YUV | 184.57 | 71.24 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 84 | 0.18 | 0 | 0.6 | 0.18 | 77.62 | 0.58 | 0.58 |
| Hex | AD | D2 | 54 | 12 | 0 | 3C | 12 | 4E | 3A | 3A |
| Octal | 255 | 322 | 124 | 22 | 0 | 74 | 22 | 116 | 72 | 72 |
| Binary | 10101101 | 11010010 | 1010100 | 10010 | 0 | 111100 | 10010 | 1001110 | 111010 | 111010 |
Color Harmonies of #ADD254
Complementary color
Monochromatic Colors of #ADD254
Black with #ADD254
Text Example
Text Example
White with #ADD254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD254; }
p { color: rgb(173,210,84); }
H1.HeaderClassName
{
color: #ADD254;
}
.AnyTagClassName
{
color: #ADD254;
}
</style>
background-color css
<style>
a { background-color: #ADD254; }
a { background-color: rgb(173,210,84); }
div.DivClassName
{
background-color: #ADD254;
}
.BgClassName
{
background-color: #ADD254;
}
</style>
border-color css
<style>
span { border-color: #ADD254; }
span { border-color: rgb(173,210,84); }
td.TdClassName
{
border-color: #ADD254;
}
.TagClassName
{
border-color: #ADD254;
}
</style>