Shades of Conifer #9ADB5C
Tints of Conifer #9ADB5C
RGB
CMYK
RGB Variations
Color information
#9ADB5C (or 0x9ADB5C) is known color: Conifer. HEX triplet: 9A, DB and 5C. RGB value is (154,219,92). Sum of RGB (Red+Green+Blue) = 154+219+92=465 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.12% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADB5C is #6524A3. Grayscale: #B9B9B9. Windows color (decimal): -6628516 or 6085530. OLE color: 6085530.
HSL color Cylindrical-coordinate representation of color #9ADB5C: hue angle of 90.71º 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 #9ADB5C is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 92 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.14 |
| HSL | 90.71º | 0.64% | 0.61% | - |
| HSV(B) | 90.71º | 0.58% | 0.86% | - |
| XYZ | 40.59 | 58.31 | 19.24 | - |
| YUV | 185.09 | 75.47 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 92 | 0.30 | 0 | 0.58 | 0.14 | 90.71 | 0.64 | 0.61 |
| Hex | 9A | DB | 5C | 1E | 0 | 3A | E | 5B | 40 | 3D |
| Octal | 232 | 333 | 134 | 36 | 0 | 72 | 16 | 133 | 100 | 75 |
| Binary | 10011010 | 11011011 | 1011100 | 11110 | 0 | 111010 | 1110 | 1011011 | 1000000 | 111101 |
Color Harmonies of #9ADB5C
Complementary color
Monochromatic Colors of #9ADB5C
Black with #9ADB5C
Text Example
Text Example
White with #9ADB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADB5C; }
p { color: rgb(154,219,92); }
H1.HeaderClassName
{
color: #9ADB5C;
}
.AnyTagClassName
{
color: #9ADB5C;
}
</style>
background-color css
<style>
a { background-color: #9ADB5C; }
a { background-color: rgb(154,219,92); }
div.DivClassName
{
background-color: #9ADB5C;
}
.BgClassName
{
background-color: #9ADB5C;
}
</style>
border-color css
<style>
span { border-color: #9ADB5C; }
span { border-color: rgb(154,219,92); }
td.TdClassName
{
border-color: #9ADB5C;
}
.TagClassName
{
border-color: #9ADB5C;
}
</style>