Shades of Conifer #9ADC59
Tints of Conifer #9ADC59
RGB
CMYK
RGB Variations
Color information
#9ADC59 (or 0x9ADC59) is known color: Conifer. HEX triplet: 9A, DC and 59. RGB value is (154,220,89). Sum of RGB (Red+Green+Blue) = 154+220+89=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 89 (35.16% from 255 or 19.22% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADC59 is #6523A6. Grayscale: #B9B9B9. Windows color (decimal): -6628263 or 5889178. OLE color: 5889178.
HSL color Cylindrical-coordinate representation of color #9ADC59: hue angle of 90.23º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9ADC59 is Cyan = 0.3, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 89 | - |
| CMYK | 0.3 | 0 | 0.60 | 0.14 |
| HSL | 90.23º | 0.65% | 0.61% | - |
| HSV(B) | 90.23º | 0.6% | 0.86% | - |
| XYZ | 40.72 | 58.78 | 18.65 | - |
| YUV | 185.33 | 73.63 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 89 | 0.3 | 0 | 0.60 | 0.14 | 90.23 | 0.65 | 0.61 |
| Hex | 9A | DC | 59 | 1E | 0 | 3C | E | 5A | 41 | 3D |
| Octal | 232 | 334 | 131 | 36 | 0 | 74 | 16 | 132 | 101 | 75 |
| Binary | 10011010 | 11011100 | 1011001 | 11110 | 0 | 111100 | 1110 | 1011010 | 1000001 | 111101 |
Color Harmonies of #9ADC59
Complementary color
Monochromatic Colors of #9ADC59
Black with #9ADC59
Text Example
Text Example
White with #9ADC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADC59; }
p { color: rgb(154,220,89); }
H1.HeaderClassName
{
color: #9ADC59;
}
.AnyTagClassName
{
color: #9ADC59;
}
</style>
background-color css
<style>
a { background-color: #9ADC59; }
a { background-color: rgb(154,220,89); }
div.DivClassName
{
background-color: #9ADC59;
}
.BgClassName
{
background-color: #9ADC59;
}
</style>
border-color css
<style>
span { border-color: #9ADC59; }
span { border-color: rgb(154,220,89); }
td.TdClassName
{
border-color: #9ADC59;
}
.TagClassName
{
border-color: #9ADC59;
}
</style>