Shades of Conifer #9ADB55
Tints of Conifer #9ADB55
RGB
CMYK
RGB Variations
Color information
#9ADB55 (or 0x9ADB55) is known color: Conifer. HEX triplet: 9A, DB and 55. RGB value is (154,219,85). Sum of RGB (Red+Green+Blue) = 154+219+85=458 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.62% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADB55 is #6524AA. Grayscale: #B8B8B8. Windows color (decimal): -6628523 or 5626778. OLE color: 5626778.
HSL color Cylindrical-coordinate representation of color #9ADB55: hue angle of 89.1º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9ADB55 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 85 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.14 |
| HSL | 89.1º | 0.65% | 0.6% | - |
| HSV(B) | 89.1º | 0.61% | 0.86% | - |
| XYZ | 40.3 | 58.19 | 17.7 | - |
| YUV | 184.29 | 71.97 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 85 | 0.30 | 0 | 0.61 | 0.14 | 89.1 | 0.65 | 0.6 |
| Hex | 9A | DB | 55 | 1E | 0 | 3D | E | 59 | 41 | 3C |
| Octal | 232 | 333 | 125 | 36 | 0 | 75 | 16 | 131 | 101 | 74 |
| Binary | 10011010 | 11011011 | 1010101 | 11110 | 0 | 111101 | 1110 | 1011001 | 1000001 | 111100 |
Color Harmonies of #9ADB55
Complementary color
Monochromatic Colors of #9ADB55
Black with #9ADB55
Text Example
Text Example
White with #9ADB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADB55; }
p { color: rgb(154,219,85); }
H1.HeaderClassName
{
color: #9ADB55;
}
.AnyTagClassName
{
color: #9ADB55;
}
</style>
background-color css
<style>
a { background-color: #9ADB55; }
a { background-color: rgb(154,219,85); }
div.DivClassName
{
background-color: #9ADB55;
}
.BgClassName
{
background-color: #9ADB55;
}
</style>
border-color css
<style>
span { border-color: #9ADB55; }
span { border-color: rgb(154,219,85); }
td.TdClassName
{
border-color: #9ADB55;
}
.TagClassName
{
border-color: #9ADB55;
}
</style>