Shades of Conifer #ADDA44
Tints of Conifer #ADDA44
RGB
CMYK
RGB Variations
Color information
#ADDA44 (or 0xADDA44) is known color: Conifer. HEX triplet: AD, DA and 44. RGB value is (173,218,68). Sum of RGB (Red+Green+Blue) = 173+218+68=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 68 (26.95% from 255 or 14.81% from 459); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDA44 is #5225BB. Grayscale: #BCBCBC. Windows color (decimal): -5383612 or 4512429. OLE color: 4512429.
HSL color Cylindrical-coordinate representation of color #ADDA44: hue angle of 78º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADDA44 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 68 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.15 |
| HSL | 78º | 0.67% | 0.56% | - |
| HSV(B) | 78º | 0.69% | 0.85% | - |
| XYZ | 43.35 | 59.44 | 14.66 | - |
| YUV | 187.45 | 60.59 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 68 | 0.21 | 0 | 0.69 | 0.15 | 78 | 0.67 | 0.56 |
| Hex | AD | DA | 44 | 15 | 0 | 45 | F | 4E | 43 | 38 |
| Octal | 255 | 332 | 104 | 25 | 0 | 105 | 17 | 116 | 103 | 70 |
| Binary | 10101101 | 11011010 | 1000100 | 10101 | 0 | 1000101 | 1111 | 1001110 | 1000011 | 111000 |
Color Harmonies of #ADDA44
Complementary color
Monochromatic Colors of #ADDA44
Black with #ADDA44
Text Example
Text Example
White with #ADDA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA44; }
p { color: rgb(173,218,68); }
H1.HeaderClassName
{
color: #ADDA44;
}
.AnyTagClassName
{
color: #ADDA44;
}
</style>
background-color css
<style>
a { background-color: #ADDA44; }
a { background-color: rgb(173,218,68); }
div.DivClassName
{
background-color: #ADDA44;
}
.BgClassName
{
background-color: #ADDA44;
}
</style>
border-color css
<style>
span { border-color: #ADDA44; }
span { border-color: rgb(173,218,68); }
td.TdClassName
{
border-color: #ADDA44;
}
.TagClassName
{
border-color: #ADDA44;
}
</style>