Shades of Conifer #ADDD5A
Tints of Conifer #ADDD5A
RGB
CMYK
RGB Variations
Color information
#ADDD5A (or 0xADDD5A) is known color: Conifer. HEX triplet: AD, DD and 5A. RGB value is (173,221,90). Sum of RGB (Red+Green+Blue) = 173+221+90=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD5A is #5222A5. Grayscale: #C0C0C0. Windows color (decimal): -5382822 or 5954989. OLE color: 5954989.
HSL color Cylindrical-coordinate representation of color #ADDD5A: hue angle of 81.98º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADDD5A is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 90 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.13 |
| HSL | 81.98º | 0.66% | 0.61% | - |
| HSV(B) | 81.98º | 0.59% | 0.87% | - |
| XYZ | 44.94 | 61.34 | 19.14 | - |
| YUV | 191.71 | 70.6 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 90 | 0.22 | 0 | 0.59 | 0.13 | 81.98 | 0.66 | 0.61 |
| Hex | AD | DD | 5A | 16 | 0 | 3B | D | 52 | 42 | 3D |
| Octal | 255 | 335 | 132 | 26 | 0 | 73 | 15 | 122 | 102 | 75 |
| Binary | 10101101 | 11011101 | 1011010 | 10110 | 0 | 111011 | 1101 | 1010010 | 1000010 | 111101 |
Color Harmonies of #ADDD5A
Complementary color
Monochromatic Colors of #ADDD5A
Black with #ADDD5A
Text Example
Text Example
White with #ADDD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD5A; }
p { color: rgb(173,221,90); }
H1.HeaderClassName
{
color: #ADDD5A;
}
.AnyTagClassName
{
color: #ADDD5A;
}
</style>
background-color css
<style>
a { background-color: #ADDD5A; }
a { background-color: rgb(173,221,90); }
div.DivClassName
{
background-color: #ADDD5A;
}
.BgClassName
{
background-color: #ADDD5A;
}
</style>
border-color css
<style>
span { border-color: #ADDD5A; }
span { border-color: rgb(173,221,90); }
td.TdClassName
{
border-color: #ADDD5A;
}
.TagClassName
{
border-color: #ADDD5A;
}
</style>