Shades of Conifer #ADDC5B
Tints of Conifer #ADDC5B
RGB
CMYK
RGB Variations
Color information
#ADDC5B (or 0xADDC5B) is known color: Conifer. HEX triplet: AD, DC and 5B. RGB value is (173,220,91). Sum of RGB (Red+Green+Blue) = 173+220+91=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 91 (35.94% from 255 or 18.80% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC5B is #5223A4. Grayscale: #BFBFBF. Windows color (decimal): -5383077 or 6020269. OLE color: 6020269.
HSL color Cylindrical-coordinate representation of color #ADDC5B: hue angle of 81.86º 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 #ADDC5B is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 91 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.14 |
| HSL | 81.86º | 0.65% | 0.61% | - |
| HSV(B) | 81.86º | 0.59% | 0.86% | - |
| XYZ | 44.72 | 60.83 | 19.28 | - |
| YUV | 191.24 | 71.43 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 91 | 0.21 | 0 | 0.59 | 0.14 | 81.86 | 0.65 | 0.61 |
| Hex | AD | DC | 5B | 15 | 0 | 3B | E | 52 | 41 | 3D |
| Octal | 255 | 334 | 133 | 25 | 0 | 73 | 16 | 122 | 101 | 75 |
| Binary | 10101101 | 11011100 | 1011011 | 10101 | 0 | 111011 | 1110 | 1010010 | 1000001 | 111101 |
Color Harmonies of #ADDC5B
Complementary color
Monochromatic Colors of #ADDC5B
Black with #ADDC5B
Text Example
Text Example
White with #ADDC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC5B; }
p { color: rgb(173,220,91); }
H1.HeaderClassName
{
color: #ADDC5B;
}
.AnyTagClassName
{
color: #ADDC5B;
}
</style>
background-color css
<style>
a { background-color: #ADDC5B; }
a { background-color: rgb(173,220,91); }
div.DivClassName
{
background-color: #ADDC5B;
}
.BgClassName
{
background-color: #ADDC5B;
}
</style>
border-color css
<style>
span { border-color: #ADDC5B; }
span { border-color: rgb(173,220,91); }
td.TdClassName
{
border-color: #ADDC5B;
}
.TagClassName
{
border-color: #ADDC5B;
}
</style>