Shades of Conifer #ADD25C
Tints of Conifer #ADD25C
RGB
CMYK
RGB Variations
Color information
#ADD25C (or 0xADD25C) is known color: Conifer. HEX triplet: AD, D2 and 5C. RGB value is (173,210,92). Sum of RGB (Red+Green+Blue) = 173+210+92=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD25C is #522DA3. Grayscale: #B9B9B9. Windows color (decimal): -5385636 or 6083245. OLE color: 6083245.
HSL color Cylindrical-coordinate representation of color #ADD25C: hue angle of 78.81º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADD25C is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 92 | - |
| CMYK | 0.18 | 0 | 0.56 | 0.18 |
| HSL | 78.81º | 0.57% | 0.59% | - |
| HSV(B) | 78.81º | 0.56% | 0.82% | - |
| XYZ | 42.21 | 55.75 | 18.66 | - |
| YUV | 185.49 | 75.24 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 92 | 0.18 | 0 | 0.56 | 0.18 | 78.81 | 0.57 | 0.59 |
| Hex | AD | D2 | 5C | 12 | 0 | 38 | 12 | 4F | 39 | 3B |
| Octal | 255 | 322 | 134 | 22 | 0 | 70 | 22 | 117 | 71 | 73 |
| Binary | 10101101 | 11010010 | 1011100 | 10010 | 0 | 111000 | 10010 | 1001111 | 111001 | 111011 |
Color Harmonies of #ADD25C
Complementary color
Monochromatic Colors of #ADD25C
Black with #ADD25C
Text Example
Text Example
White with #ADD25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD25C; }
p { color: rgb(173,210,92); }
H1.HeaderClassName
{
color: #ADD25C;
}
.AnyTagClassName
{
color: #ADD25C;
}
</style>
background-color css
<style>
a { background-color: #ADD25C; }
a { background-color: rgb(173,210,92); }
div.DivClassName
{
background-color: #ADD25C;
}
.BgClassName
{
background-color: #ADD25C;
}
</style>
border-color css
<style>
span { border-color: #ADD25C; }
span { border-color: rgb(173,210,92); }
td.TdClassName
{
border-color: #ADD25C;
}
.TagClassName
{
border-color: #ADD25C;
}
</style>