Shades of Conifer #ADD243
Tints of Conifer #ADD243
RGB
CMYK
RGB Variations
Color information
#ADD243 (or 0xADD243) is known color: Conifer. HEX triplet: AD, D2 and 43. RGB value is (173,210,67). Sum of RGB (Red+Green+Blue) = 173+210+67=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 67 (26.56% from 255 or 14.89% from 450); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD243 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD243 is #522DBC. Grayscale: #B7B7B7. Windows color (decimal): -5385661 or 4444845. OLE color: 4444845.
HSL color Cylindrical-coordinate representation of color #ADD243: hue angle of 75.52º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADD243 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 67 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.18 |
| HSL | 75.52º | 0.61% | 0.54% | - |
| HSV(B) | 75.52º | 0.68% | 0.82% | - |
| XYZ | 41.29 | 55.38 | 13.82 | - |
| YUV | 182.64 | 62.74 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 67 | 0.18 | 0 | 0.68 | 0.18 | 75.52 | 0.61 | 0.54 |
| Hex | AD | D2 | 43 | 12 | 0 | 44 | 12 | 4C | 3D | 36 |
| Octal | 255 | 322 | 103 | 22 | 0 | 104 | 22 | 114 | 75 | 66 |
| Binary | 10101101 | 11010010 | 1000011 | 10010 | 0 | 1000100 | 10010 | 1001100 | 111101 | 110110 |
Color Harmonies of #ADD243
Complementary color
Monochromatic Colors of #ADD243
Black with #ADD243
Text Example
Text Example
White with #ADD243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD243; }
p { color: rgb(173,210,67); }
H1.HeaderClassName
{
color: #ADD243;
}
.AnyTagClassName
{
color: #ADD243;
}
</style>
background-color css
<style>
a { background-color: #ADD243; }
a { background-color: rgb(173,210,67); }
div.DivClassName
{
background-color: #ADD243;
}
.BgClassName
{
background-color: #ADD243;
}
</style>
border-color css
<style>
span { border-color: #ADD243; }
span { border-color: rgb(173,210,67); }
td.TdClassName
{
border-color: #ADD243;
}
.TagClassName
{
border-color: #ADD243;
}
</style>