Shades of Conifer #9ADC54
Tints of Conifer #9ADC54
RGB
CMYK
RGB Variations
Color information
#9ADC54 (or 0x9ADC54) is known color: Conifer. HEX triplet: 9A, DC and 54. RGB value is (154,220,84). Sum of RGB (Red+Green+Blue) = 154+220+84=458 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.62% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 84 (33.20% from 255 or 18.34% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADC54 is #6523AB. Grayscale: #B9B9B9. Windows color (decimal): -6628268 or 5561498. OLE color: 5561498.
HSL color Cylindrical-coordinate representation of color #9ADC54: hue angle of 89.12º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9ADC54 is Cyan = 0.3, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 84 | - |
| CMYK | 0.3 | 0 | 0.62 | 0.14 |
| HSL | 89.12º | 0.66% | 0.6% | - |
| HSV(B) | 89.12º | 0.62% | 0.86% | - |
| XYZ | 40.52 | 58.7 | 17.58 | - |
| YUV | 184.76 | 71.13 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 84 | 0.3 | 0 | 0.62 | 0.14 | 89.12 | 0.66 | 0.6 |
| Hex | 9A | DC | 54 | 1E | 0 | 3E | E | 59 | 42 | 3C |
| Octal | 232 | 334 | 124 | 36 | 0 | 76 | 16 | 131 | 102 | 74 |
| Binary | 10011010 | 11011100 | 1010100 | 11110 | 0 | 111110 | 1110 | 1011001 | 1000010 | 111100 |
Color Harmonies of #9ADC54
Complementary color
Monochromatic Colors of #9ADC54
Black with #9ADC54
Text Example
Text Example
White with #9ADC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADC54; }
p { color: rgb(154,220,84); }
H1.HeaderClassName
{
color: #9ADC54;
}
.AnyTagClassName
{
color: #9ADC54;
}
</style>
background-color css
<style>
a { background-color: #9ADC54; }
a { background-color: rgb(154,220,84); }
div.DivClassName
{
background-color: #9ADC54;
}
.BgClassName
{
background-color: #9ADC54;
}
</style>
border-color css
<style>
span { border-color: #9ADC54; }
span { border-color: rgb(154,220,84); }
td.TdClassName
{
border-color: #9ADC54;
}
.TagClassName
{
border-color: #9ADC54;
}
</style>