Shades of Conifer #ADD348
Tints of Conifer #ADD348
RGB
CMYK
RGB Variations
Color information
#ADD348 (or 0xADD348) is known color: Conifer. HEX triplet: AD, D3 and 48. RGB value is (173,211,72). Sum of RGB (Red+Green+Blue) = 173+211+72=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 211 (82.81% from 255 or 46.27% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD348 is #522CB7. Grayscale: #B8B8B8. Windows color (decimal): -5385400 or 4772781. OLE color: 4772781.
HSL color Cylindrical-coordinate representation of color #ADD348: hue angle of 76.4º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADD348 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 72 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.17 |
| HSL | 76.4º | 0.61% | 0.55% | - |
| HSV(B) | 76.4º | 0.66% | 0.83% | - |
| XYZ | 41.7 | 55.94 | 14.73 | - |
| YUV | 183.79 | 64.91 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 72 | 0.18 | 0 | 0.66 | 0.17 | 76.4 | 0.61 | 0.55 |
| Hex | AD | D3 | 48 | 12 | 0 | 42 | 11 | 4C | 3D | 37 |
| Octal | 255 | 323 | 110 | 22 | 0 | 102 | 21 | 114 | 75 | 67 |
| Binary | 10101101 | 11010011 | 1001000 | 10010 | 0 | 1000010 | 10001 | 1001100 | 111101 | 110111 |
Color Harmonies of #ADD348
Complementary color
Monochromatic Colors of #ADD348
Black with #ADD348
Text Example
Text Example
White with #ADD348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD348; }
p { color: rgb(173,211,72); }
H1.HeaderClassName
{
color: #ADD348;
}
.AnyTagClassName
{
color: #ADD348;
}
</style>
background-color css
<style>
a { background-color: #ADD348; }
a { background-color: rgb(173,211,72); }
div.DivClassName
{
background-color: #ADD348;
}
.BgClassName
{
background-color: #ADD348;
}
</style>
border-color css
<style>
span { border-color: #ADD348; }
span { border-color: rgb(173,211,72); }
td.TdClassName
{
border-color: #ADD348;
}
.TagClassName
{
border-color: #ADD348;
}
</style>