Shades of Conifer #ADD342
Tints of Conifer #ADD342
RGB
CMYK
RGB Variations
Color information
#ADD342 (or 0xADD342) is known color: Conifer. HEX triplet: AD, D3 and 42. RGB value is (173,211,66). Sum of RGB (Red+Green+Blue) = 173+211+66=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD342 is #522CBD. Grayscale: #B7B7B7. Windows color (decimal): -5385406 or 4379565. OLE color: 4379565.
HSL color Cylindrical-coordinate representation of color #ADD342: hue angle of 75.72º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADD342 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 66 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.17 |
| HSL | 75.72º | 0.62% | 0.54% | - |
| HSV(B) | 75.72º | 0.69% | 0.83% | - |
| XYZ | 41.51 | 55.87 | 13.75 | - |
| YUV | 183.11 | 61.91 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 66 | 0.18 | 0 | 0.69 | 0.17 | 75.72 | 0.62 | 0.54 |
| Hex | AD | D3 | 42 | 12 | 0 | 45 | 11 | 4C | 3E | 36 |
| Octal | 255 | 323 | 102 | 22 | 0 | 105 | 21 | 114 | 76 | 66 |
| Binary | 10101101 | 11010011 | 1000010 | 10010 | 0 | 1000101 | 10001 | 1001100 | 111110 | 110110 |
Color Harmonies of #ADD342
Complementary color
Monochromatic Colors of #ADD342
Black with #ADD342
Text Example
Text Example
White with #ADD342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD342; }
p { color: rgb(173,211,66); }
H1.HeaderClassName
{
color: #ADD342;
}
.AnyTagClassName
{
color: #ADD342;
}
</style>
background-color css
<style>
a { background-color: #ADD342; }
a { background-color: rgb(173,211,66); }
div.DivClassName
{
background-color: #ADD342;
}
.BgClassName
{
background-color: #ADD342;
}
</style>
border-color css
<style>
span { border-color: #ADD342; }
span { border-color: rgb(173,211,66); }
td.TdClassName
{
border-color: #ADD342;
}
.TagClassName
{
border-color: #ADD342;
}
</style>