Shades of Conifer #9ADA58
Tints of Conifer #9ADA58
RGB
CMYK
RGB Variations
Color information
#9ADA58 (or 0x9ADA58) is known color: Conifer. HEX triplet: 9A, DA and 58. RGB value is (154,218,88). Sum of RGB (Red+Green+Blue) = 154+218+88=460 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.48% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 88 (34.77% from 255 or 19.13% from 460); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADA58 is #6525A7. Grayscale: #B8B8B8. Windows color (decimal): -6628776 or 5823130. OLE color: 5823130.
HSL color Cylindrical-coordinate representation of color #9ADA58: hue angle of 89.54º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9ADA58 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 218 | 88 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.15 |
| HSL | 89.54º | 0.64% | 0.6% | - |
| HSV(B) | 89.54º | 0.6% | 0.85% | - |
| XYZ | 40.16 | 57.72 | 18.26 | - |
| YUV | 184.04 | 73.8 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 88 | 0.29 | 0 | 0.60 | 0.15 | 89.54 | 0.64 | 0.6 |
| Hex | 9A | DA | 58 | 1D | 0 | 3C | F | 5A | 40 | 3C |
| Octal | 232 | 332 | 130 | 35 | 0 | 74 | 17 | 132 | 100 | 74 |
| Binary | 10011010 | 11011010 | 1011000 | 11101 | 0 | 111100 | 1111 | 1011010 | 1000000 | 111100 |
Color Harmonies of #9ADA58
Complementary color
Monochromatic Colors of #9ADA58
Black with #9ADA58
Text Example
Text Example
White with #9ADA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADA58; }
p { color: rgb(154,218,88); }
H1.HeaderClassName
{
color: #9ADA58;
}
.AnyTagClassName
{
color: #9ADA58;
}
</style>
background-color css
<style>
a { background-color: #9ADA58; }
a { background-color: rgb(154,218,88); }
div.DivClassName
{
background-color: #9ADA58;
}
.BgClassName
{
background-color: #9ADA58;
}
</style>
border-color css
<style>
span { border-color: #9ADA58; }
span { border-color: rgb(154,218,88); }
td.TdClassName
{
border-color: #9ADA58;
}
.TagClassName
{
border-color: #9ADA58;
}
</style>