Shades of Conifer #ADD24B
Tints of Conifer #ADD24B
RGB
CMYK
RGB Variations
Color information
#ADD24B (or 0xADD24B) is known color: Conifer. HEX triplet: AD, D2 and 4B. RGB value is (173,210,75). Sum of RGB (Red+Green+Blue) = 173+210+75=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 75 (29.69% from 255 or 16.38% from 458); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD24B is #522DB4. Grayscale: #B8B8B8. Windows color (decimal): -5385653 or 4969133. OLE color: 4969133.
HSL color Cylindrical-coordinate representation of color #ADD24B: hue angle of 76.44º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADD24B is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 75 | - |
| CMYK | 0.18 | 0 | 0.64 | 0.18 |
| HSL | 76.44º | 0.6% | 0.56% | - |
| HSV(B) | 76.44º | 0.64% | 0.82% | - |
| XYZ | 41.55 | 55.49 | 15.18 | - |
| YUV | 183.55 | 66.74 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 75 | 0.18 | 0 | 0.64 | 0.18 | 76.44 | 0.6 | 0.56 |
| Hex | AD | D2 | 4B | 12 | 0 | 40 | 12 | 4C | 3C | 38 |
| Octal | 255 | 322 | 113 | 22 | 0 | 100 | 22 | 114 | 74 | 70 |
| Binary | 10101101 | 11010010 | 1001011 | 10010 | 0 | 1000000 | 10010 | 1001100 | 111100 | 111000 |
Color Harmonies of #ADD24B
Complementary color
Monochromatic Colors of #ADD24B
Black with #ADD24B
Text Example
Text Example
White with #ADD24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD24B; }
p { color: rgb(173,210,75); }
H1.HeaderClassName
{
color: #ADD24B;
}
.AnyTagClassName
{
color: #ADD24B;
}
</style>
background-color css
<style>
a { background-color: #ADD24B; }
a { background-color: rgb(173,210,75); }
div.DivClassName
{
background-color: #ADD24B;
}
.BgClassName
{
background-color: #ADD24B;
}
</style>
border-color css
<style>
span { border-color: #ADD24B; }
span { border-color: rgb(173,210,75); }
td.TdClassName
{
border-color: #ADD24B;
}
.TagClassName
{
border-color: #ADD24B;
}
</style>