Shades of Conifer #ADDA52
Tints of Conifer #ADDA52
RGB
CMYK
RGB Variations
Color information
#ADDA52 (or 0xADDA52) is known color: Conifer. HEX triplet: AD, DA and 52. RGB value is (173,218,82). Sum of RGB (Red+Green+Blue) = 173+218+82=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 82 (32.42% from 255 or 17.34% from 473); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA52 is #5225AD. Grayscale: #BDBDBD. Windows color (decimal): -5383598 or 5429933. OLE color: 5429933.
HSL color Cylindrical-coordinate representation of color #ADDA52: hue angle of 79.85º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADDA52 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 82 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.15 |
| HSL | 79.85º | 0.65% | 0.59% | - |
| HSV(B) | 79.85º | 0.62% | 0.85% | - |
| XYZ | 43.83 | 59.64 | 17.18 | - |
| YUV | 189.04 | 67.59 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 82 | 0.21 | 0 | 0.62 | 0.15 | 79.85 | 0.65 | 0.59 |
| Hex | AD | DA | 52 | 15 | 0 | 3E | F | 50 | 41 | 3B |
| Octal | 255 | 332 | 122 | 25 | 0 | 76 | 17 | 120 | 101 | 73 |
| Binary | 10101101 | 11011010 | 1010010 | 10101 | 0 | 111110 | 1111 | 1010000 | 1000001 | 111011 |
Color Harmonies of #ADDA52
Complementary color
Monochromatic Colors of #ADDA52
Black with #ADDA52
Text Example
Text Example
White with #ADDA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA52; }
p { color: rgb(173,218,82); }
H1.HeaderClassName
{
color: #ADDA52;
}
.AnyTagClassName
{
color: #ADDA52;
}
</style>
background-color css
<style>
a { background-color: #ADDA52; }
a { background-color: rgb(173,218,82); }
div.DivClassName
{
background-color: #ADDA52;
}
.BgClassName
{
background-color: #ADDA52;
}
</style>
border-color css
<style>
span { border-color: #ADDA52; }
span { border-color: rgb(173,218,82); }
td.TdClassName
{
border-color: #ADDA52;
}
.TagClassName
{
border-color: #ADDA52;
}
</style>