Shades of Conifer #9ADA5A
Tints of Conifer #9ADA5A
RGB
CMYK
RGB Variations
Color information
#9ADA5A (or 0x9ADA5A) is known color: Conifer. HEX triplet: 9A, DA and 5A. RGB value is (154,218,90). Sum of RGB (Red+Green+Blue) = 154+218+90=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADA5A is #6525A5. Grayscale: #B8B8B8. Windows color (decimal): -6628774 or 5954202. OLE color: 5954202.
HSL color Cylindrical-coordinate representation of color #9ADA5A: hue angle of 90º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9ADA5A is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 218 | 90 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.15 |
| HSL | 90º | 0.63% | 0.6% | - |
| HSV(B) | 90º | 0.59% | 0.85% | - |
| XYZ | 40.24 | 57.75 | 18.7 | - |
| YUV | 184.27 | 74.8 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 90 | 0.29 | 0 | 0.59 | 0.15 | 90 | 0.63 | 0.6 |
| Hex | 9A | DA | 5A | 1D | 0 | 3B | F | 5A | 3F | 3C |
| Octal | 232 | 332 | 132 | 35 | 0 | 73 | 17 | 132 | 77 | 74 |
| Binary | 10011010 | 11011010 | 1011010 | 11101 | 0 | 111011 | 1111 | 1011010 | 111111 | 111100 |
Color Harmonies of #9ADA5A
Complementary color
Monochromatic Colors of #9ADA5A
Black with #9ADA5A
Text Example
Text Example
White with #9ADA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADA5A; }
p { color: rgb(154,218,90); }
H1.HeaderClassName
{
color: #9ADA5A;
}
.AnyTagClassName
{
color: #9ADA5A;
}
</style>
background-color css
<style>
a { background-color: #9ADA5A; }
a { background-color: rgb(154,218,90); }
div.DivClassName
{
background-color: #9ADA5A;
}
.BgClassName
{
background-color: #9ADA5A;
}
</style>
border-color css
<style>
span { border-color: #9ADA5A; }
span { border-color: rgb(154,218,90); }
td.TdClassName
{
border-color: #9ADA5A;
}
.TagClassName
{
border-color: #9ADA5A;
}
</style>