Shades of Conifer #ADDA42
Tints of Conifer #ADDA42
RGB
CMYK
RGB Variations
Color information
#ADDA42 (or 0xADDA42) is known color: Conifer. HEX triplet: AD, DA and 42. RGB value is (173,218,66). Sum of RGB (Red+Green+Blue) = 173+218+66=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 66 (26.17% from 255 or 14.44% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDA42 is #5225BD. Grayscale: #BBBBBB. Windows color (decimal): -5383614 or 4381357. OLE color: 4381357.
HSL color Cylindrical-coordinate representation of color #ADDA42: hue angle of 77.76º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADDA42 is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 66 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.15 |
| HSL | 77.76º | 0.67% | 0.56% | - |
| HSV(B) | 77.76º | 0.7% | 0.85% | - |
| XYZ | 43.29 | 59.42 | 14.34 | - |
| YUV | 187.22 | 59.59 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 66 | 0.21 | 0 | 0.70 | 0.15 | 77.76 | 0.67 | 0.56 |
| Hex | AD | DA | 42 | 15 | 0 | 46 | F | 4E | 43 | 38 |
| Octal | 255 | 332 | 102 | 25 | 0 | 106 | 17 | 116 | 103 | 70 |
| Binary | 10101101 | 11011010 | 1000010 | 10101 | 0 | 1000110 | 1111 | 1001110 | 1000011 | 111000 |
Color Harmonies of #ADDA42
Complementary color
Monochromatic Colors of #ADDA42
Black with #ADDA42
Text Example
Text Example
White with #ADDA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA42; }
p { color: rgb(173,218,66); }
H1.HeaderClassName
{
color: #ADDA42;
}
.AnyTagClassName
{
color: #ADDA42;
}
</style>
background-color css
<style>
a { background-color: #ADDA42; }
a { background-color: rgb(173,218,66); }
div.DivClassName
{
background-color: #ADDA42;
}
.BgClassName
{
background-color: #ADDA42;
}
</style>
border-color css
<style>
span { border-color: #ADDA42; }
span { border-color: rgb(173,218,66); }
td.TdClassName
{
border-color: #ADDA42;
}
.TagClassName
{
border-color: #ADDA42;
}
</style>