Shades of Conifer #9ADB5B
Tints of Conifer #9ADB5B
RGB
CMYK
RGB Variations
Color information
#9ADB5B (or 0x9ADB5B) is known color: Conifer. HEX triplet: 9A, DB and 5B. RGB value is (154,219,91). Sum of RGB (Red+Green+Blue) = 154+219+91=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 91 (35.94% from 255 or 19.61% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADB5B is #6524A4. Grayscale: #B9B9B9. Windows color (decimal): -6628517 or 6019994. OLE color: 6019994.
HSL color Cylindrical-coordinate representation of color #9ADB5B: hue angle of 90.47º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9ADB5B is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 91 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.14 |
| HSL | 90.47º | 0.64% | 0.61% | - |
| HSV(B) | 90.47º | 0.58% | 0.86% | - |
| XYZ | 40.55 | 58.29 | 19.01 | - |
| YUV | 184.97 | 74.97 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 91 | 0.30 | 0 | 0.58 | 0.14 | 90.47 | 0.64 | 0.61 |
| Hex | 9A | DB | 5B | 1E | 0 | 3A | E | 5A | 40 | 3D |
| Octal | 232 | 333 | 133 | 36 | 0 | 72 | 16 | 132 | 100 | 75 |
| Binary | 10011010 | 11011011 | 1011011 | 11110 | 0 | 111010 | 1110 | 1011010 | 1000000 | 111101 |
Color Harmonies of #9ADB5B
Complementary color
Monochromatic Colors of #9ADB5B
Black with #9ADB5B
Text Example
Text Example
White with #9ADB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADB5B; }
p { color: rgb(154,219,91); }
H1.HeaderClassName
{
color: #9ADB5B;
}
.AnyTagClassName
{
color: #9ADB5B;
}
</style>
background-color css
<style>
a { background-color: #9ADB5B; }
a { background-color: rgb(154,219,91); }
div.DivClassName
{
background-color: #9ADB5B;
}
.BgClassName
{
background-color: #9ADB5B;
}
</style>
border-color css
<style>
span { border-color: #9ADB5B; }
span { border-color: rgb(154,219,91); }
td.TdClassName
{
border-color: #9ADB5B;
}
.TagClassName
{
border-color: #9ADB5B;
}
</style>