Shades of Conifer #ADD25A
Tints of Conifer #ADD25A
RGB
CMYK
RGB Variations
Color information
#ADD25A (or 0xADD25A) is known color: Conifer. HEX triplet: AD, D2 and 5A. RGB value is (173,210,90). Sum of RGB (Red+Green+Blue) = 173+210+90=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD25A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD25A is #522DA5. Grayscale: #B9B9B9. Windows color (decimal): -5385638 or 5952173. OLE color: 5952173.
HSL color Cylindrical-coordinate representation of color #ADD25A: hue angle of 78.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADD25A is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 90 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.18 |
| HSL | 78.5º | 0.57% | 0.59% | - |
| HSV(B) | 78.5º | 0.57% | 0.82% | - |
| XYZ | 42.13 | 55.72 | 18.21 | - |
| YUV | 185.26 | 74.24 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 90 | 0.18 | 0 | 0.57 | 0.18 | 78.5 | 0.57 | 0.59 |
| Hex | AD | D2 | 5A | 12 | 0 | 39 | 12 | 4E | 39 | 3B |
| Octal | 255 | 322 | 132 | 22 | 0 | 71 | 22 | 116 | 71 | 73 |
| Binary | 10101101 | 11010010 | 1011010 | 10010 | 0 | 111001 | 10010 | 1001110 | 111001 | 111011 |
Color Harmonies of #ADD25A
Complementary color
Monochromatic Colors of #ADD25A
Black with #ADD25A
Text Example
Text Example
White with #ADD25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD25A; }
p { color: rgb(173,210,90); }
H1.HeaderClassName
{
color: #ADD25A;
}
.AnyTagClassName
{
color: #ADD25A;
}
</style>
background-color css
<style>
a { background-color: #ADD25A; }
a { background-color: rgb(173,210,90); }
div.DivClassName
{
background-color: #ADD25A;
}
.BgClassName
{
background-color: #ADD25A;
}
</style>
border-color css
<style>
span { border-color: #ADD25A; }
span { border-color: rgb(173,210,90); }
td.TdClassName
{
border-color: #ADD25A;
}
.TagClassName
{
border-color: #ADD25A;
}
</style>