Shades of Conifer #ADDC5A
Tints of Conifer #ADDC5A
RGB
CMYK
RGB Variations
Color information
#ADDC5A (or 0xADDC5A) is known color: Conifer. HEX triplet: AD, DC and 5A. RGB value is (173,220,90). Sum of RGB (Red+Green+Blue) = 173+220+90=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 90 (35.55% from 255 or 18.63% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC5A is #5223A5. Grayscale: #BFBFBF. Windows color (decimal): -5383078 or 5954733. OLE color: 5954733.
HSL color Cylindrical-coordinate representation of color #ADDC5A: hue angle of 81.69º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADDC5A is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 90 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.14 |
| HSL | 81.69º | 0.65% | 0.61% | - |
| HSV(B) | 81.69º | 0.59% | 0.86% | - |
| XYZ | 44.67 | 60.81 | 19.06 | - |
| YUV | 191.13 | 70.93 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 90 | 0.21 | 0 | 0.59 | 0.14 | 81.69 | 0.65 | 0.61 |
| Hex | AD | DC | 5A | 15 | 0 | 3B | E | 52 | 41 | 3D |
| Octal | 255 | 334 | 132 | 25 | 0 | 73 | 16 | 122 | 101 | 75 |
| Binary | 10101101 | 11011100 | 1011010 | 10101 | 0 | 111011 | 1110 | 1010010 | 1000001 | 111101 |
Color Harmonies of #ADDC5A
Complementary color
Monochromatic Colors of #ADDC5A
Black with #ADDC5A
Text Example
Text Example
White with #ADDC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC5A; }
p { color: rgb(173,220,90); }
H1.HeaderClassName
{
color: #ADDC5A;
}
.AnyTagClassName
{
color: #ADDC5A;
}
</style>
background-color css
<style>
a { background-color: #ADDC5A; }
a { background-color: rgb(173,220,90); }
div.DivClassName
{
background-color: #ADDC5A;
}
.BgClassName
{
background-color: #ADDC5A;
}
</style>
border-color css
<style>
span { border-color: #ADDC5A; }
span { border-color: rgb(173,220,90); }
td.TdClassName
{
border-color: #ADDC5A;
}
.TagClassName
{
border-color: #ADDC5A;
}
</style>