Shades of Conifer #ADD25E
Tints of Conifer #ADD25E
RGB
CMYK
RGB Variations
Color information
#ADD25E (or 0xADD25E) is known color: Conifer. HEX triplet: AD, D2 and 5E. RGB value is (173,210,94). Sum of RGB (Red+Green+Blue) = 173+210+94=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD25E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD25E is #522DA1. Grayscale: #BABABA. Windows color (decimal): -5385634 or 6214317. OLE color: 6214317.
HSL color Cylindrical-coordinate representation of color #ADD25E: hue angle of 79.14º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADD25E is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 94 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.18 |
| HSL | 79.14º | 0.56% | 0.6% | - |
| HSV(B) | 79.14º | 0.55% | 0.82% | - |
| XYZ | 42.3 | 55.79 | 19.13 | - |
| YUV | 185.71 | 76.24 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 94 | 0.18 | 0 | 0.55 | 0.18 | 79.14 | 0.56 | 0.6 |
| Hex | AD | D2 | 5E | 12 | 0 | 37 | 12 | 4F | 38 | 3C |
| Octal | 255 | 322 | 136 | 22 | 0 | 67 | 22 | 117 | 70 | 74 |
| Binary | 10101101 | 11010010 | 1011110 | 10010 | 0 | 110111 | 10010 | 1001111 | 111000 | 111100 |
Color Harmonies of #ADD25E
Complementary color
Monochromatic Colors of #ADD25E
Black with #ADD25E
Text Example
Text Example
White with #ADD25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD25E; }
p { color: rgb(173,210,94); }
H1.HeaderClassName
{
color: #ADD25E;
}
.AnyTagClassName
{
color: #ADD25E;
}
</style>
background-color css
<style>
a { background-color: #ADD25E; }
a { background-color: rgb(173,210,94); }
div.DivClassName
{
background-color: #ADD25E;
}
.BgClassName
{
background-color: #ADD25E;
}
</style>
border-color css
<style>
span { border-color: #ADD25E; }
span { border-color: rgb(173,210,94); }
td.TdClassName
{
border-color: #ADD25E;
}
.TagClassName
{
border-color: #ADD25E;
}
</style>