Shades of Conifer #ADDD4A
Tints of Conifer #ADDD4A
RGB
CMYK
RGB Variations
Color information
#ADDD4A (or 0xADDD4A) is known color: Conifer. HEX triplet: AD, DD and 4A. RGB value is (173,221,74). Sum of RGB (Red+Green+Blue) = 173+221+74=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDD4A is #5222B5. Grayscale: #BEBEBE. Windows color (decimal): -5382838 or 4906413. OLE color: 4906413.
HSL color Cylindrical-coordinate representation of color #ADDD4A: hue angle of 79.59º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADDD4A is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 74 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.13 |
| HSL | 79.59º | 0.68% | 0.58% | - |
| HSV(B) | 79.59º | 0.67% | 0.87% | - |
| XYZ | 44.33 | 61.09 | 15.93 | - |
| YUV | 189.89 | 62.6 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 74 | 0.22 | 0 | 0.67 | 0.13 | 79.59 | 0.68 | 0.58 |
| Hex | AD | DD | 4A | 16 | 0 | 43 | D | 50 | 44 | 3A |
| Octal | 255 | 335 | 112 | 26 | 0 | 103 | 15 | 120 | 104 | 72 |
| Binary | 10101101 | 11011101 | 1001010 | 10110 | 0 | 1000011 | 1101 | 1010000 | 1000100 | 111010 |
Color Harmonies of #ADDD4A
Complementary color
Monochromatic Colors of #ADDD4A
Black with #ADDD4A
Text Example
Text Example
White with #ADDD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD4A; }
p { color: rgb(173,221,74); }
H1.HeaderClassName
{
color: #ADDD4A;
}
.AnyTagClassName
{
color: #ADDD4A;
}
</style>
background-color css
<style>
a { background-color: #ADDD4A; }
a { background-color: rgb(173,221,74); }
div.DivClassName
{
background-color: #ADDD4A;
}
.BgClassName
{
background-color: #ADDD4A;
}
</style>
border-color css
<style>
span { border-color: #ADDD4A; }
span { border-color: rgb(173,221,74); }
td.TdClassName
{
border-color: #ADDD4A;
}
.TagClassName
{
border-color: #ADDD4A;
}
</style>