Shades of Conifer #ADD24A
Tints of Conifer #ADD24A
RGB
CMYK
RGB Variations
Color information
#ADD24A (or 0xADD24A) is known color: Conifer. HEX triplet: AD, D2 and 4A. RGB value is (173,210,74). Sum of RGB (Red+Green+Blue) = 173+210+74=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD24A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD24A is #522DB5. Grayscale: #B7B7B7. Windows color (decimal): -5385654 or 4903597. OLE color: 4903597.
HSL color Cylindrical-coordinate representation of color #ADD24A: hue angle of 76.32º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADD24A is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 74 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.18 |
| HSL | 76.32º | 0.6% | 0.56% | - |
| HSV(B) | 76.32º | 0.65% | 0.82% | - |
| XYZ | 41.52 | 55.47 | 15 | - |
| YUV | 183.43 | 66.24 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 74 | 0.18 | 0 | 0.65 | 0.18 | 76.32 | 0.6 | 0.56 |
| Hex | AD | D2 | 4A | 12 | 0 | 41 | 12 | 4C | 3C | 38 |
| Octal | 255 | 322 | 112 | 22 | 0 | 101 | 22 | 114 | 74 | 70 |
| Binary | 10101101 | 11010010 | 1001010 | 10010 | 0 | 1000001 | 10010 | 1001100 | 111100 | 111000 |
Color Harmonies of #ADD24A
Complementary color
Monochromatic Colors of #ADD24A
Black with #ADD24A
Text Example
Text Example
White with #ADD24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD24A; }
p { color: rgb(173,210,74); }
H1.HeaderClassName
{
color: #ADD24A;
}
.AnyTagClassName
{
color: #ADD24A;
}
</style>
background-color css
<style>
a { background-color: #ADD24A; }
a { background-color: rgb(173,210,74); }
div.DivClassName
{
background-color: #ADD24A;
}
.BgClassName
{
background-color: #ADD24A;
}
</style>
border-color css
<style>
span { border-color: #ADD24A; }
span { border-color: rgb(173,210,74); }
td.TdClassName
{
border-color: #ADD24A;
}
.TagClassName
{
border-color: #ADD24A;
}
</style>