Shades of Conifer #ADD95B
Tints of Conifer #ADD95B
RGB
CMYK
RGB Variations
Color information
#ADD95B (or 0xADD95B) is known color: Conifer. HEX triplet: AD, D9 and 5B. RGB value is (173,217,91). Sum of RGB (Red+Green+Blue) = 173+217+91=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD95B is #5226A4. Grayscale: #BDBDBD. Windows color (decimal): -5383845 or 6019501. OLE color: 6019501.
HSL color Cylindrical-coordinate representation of color #ADD95B: hue angle of 80.95º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADD95B is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 91 | - |
| CMYK | 0.20 | 0 | 0.58 | 0.15 |
| HSL | 80.95º | 0.62% | 0.6% | - |
| HSV(B) | 80.95º | 0.58% | 0.85% | - |
| XYZ | 43.93 | 59.27 | 19.02 | - |
| YUV | 189.48 | 72.42 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 91 | 0.20 | 0 | 0.58 | 0.15 | 80.95 | 0.62 | 0.6 |
| Hex | AD | D9 | 5B | 14 | 0 | 3A | F | 51 | 3E | 3C |
| Octal | 255 | 331 | 133 | 24 | 0 | 72 | 17 | 121 | 76 | 74 |
| Binary | 10101101 | 11011001 | 1011011 | 10100 | 0 | 111010 | 1111 | 1010001 | 111110 | 111100 |
Color Harmonies of #ADD95B
Complementary color
Monochromatic Colors of #ADD95B
Black with #ADD95B
Text Example
Text Example
White with #ADD95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD95B; }
p { color: rgb(173,217,91); }
H1.HeaderClassName
{
color: #ADD95B;
}
.AnyTagClassName
{
color: #ADD95B;
}
</style>
background-color css
<style>
a { background-color: #ADD95B; }
a { background-color: rgb(173,217,91); }
div.DivClassName
{
background-color: #ADD95B;
}
.BgClassName
{
background-color: #ADD95B;
}
</style>
border-color css
<style>
span { border-color: #ADD95B; }
span { border-color: rgb(173,217,91); }
td.TdClassName
{
border-color: #ADD95B;
}
.TagClassName
{
border-color: #ADD95B;
}
</style>