Shades of Conifer #ADDA5B
Tints of Conifer #ADDA5B
RGB
CMYK
RGB Variations
Color information
#ADDA5B (or 0xADDA5B) is known color: Conifer. HEX triplet: AD, DA and 5B. RGB value is (173,218,91). Sum of RGB (Red+Green+Blue) = 173+218+91=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 91 (35.94% from 255 or 18.88% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA5B is #5225A4. Grayscale: #BEBEBE. Windows color (decimal): -5383589 or 6019757. OLE color: 6019757.
HSL color Cylindrical-coordinate representation of color #ADDA5B: hue angle of 81.26º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADDA5B is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 91 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.15 |
| HSL | 81.26º | 0.63% | 0.61% | - |
| HSV(B) | 81.26º | 0.58% | 0.85% | - |
| XYZ | 44.19 | 59.78 | 19.11 | - |
| YUV | 190.07 | 72.09 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 91 | 0.21 | 0 | 0.58 | 0.15 | 81.26 | 0.63 | 0.61 |
| Hex | AD | DA | 5B | 15 | 0 | 3A | F | 51 | 3F | 3D |
| Octal | 255 | 332 | 133 | 25 | 0 | 72 | 17 | 121 | 77 | 75 |
| Binary | 10101101 | 11011010 | 1011011 | 10101 | 0 | 111010 | 1111 | 1010001 | 111111 | 111101 |
Color Harmonies of #ADDA5B
Complementary color
Monochromatic Colors of #ADDA5B
Black with #ADDA5B
Text Example
Text Example
White with #ADDA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA5B; }
p { color: rgb(173,218,91); }
H1.HeaderClassName
{
color: #ADDA5B;
}
.AnyTagClassName
{
color: #ADDA5B;
}
</style>
background-color css
<style>
a { background-color: #ADDA5B; }
a { background-color: rgb(173,218,91); }
div.DivClassName
{
background-color: #ADDA5B;
}
.BgClassName
{
background-color: #ADDA5B;
}
</style>
border-color css
<style>
span { border-color: #ADDA5B; }
span { border-color: rgb(173,218,91); }
td.TdClassName
{
border-color: #ADDA5B;
}
.TagClassName
{
border-color: #ADDA5B;
}
</style>