Shades of Conifer #9ADC56
Tints of Conifer #9ADC56
RGB
CMYK
RGB Variations
Color information
#9ADC56 (or 0x9ADC56) is known color: Conifer. HEX triplet: 9A, DC and 56. RGB value is (154,220,86). Sum of RGB (Red+Green+Blue) = 154+220+86=460 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.48% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADC56 is #6523A9. Grayscale: #B9B9B9. Windows color (decimal): -6628266 or 5692570. OLE color: 5692570.
HSL color Cylindrical-coordinate representation of color #9ADC56: hue angle of 89.55º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9ADC56 is Cyan = 0.3, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 86 | - |
| CMYK | 0.3 | 0 | 0.61 | 0.14 |
| HSL | 89.55º | 0.66% | 0.6% | - |
| HSV(B) | 89.55º | 0.61% | 0.86% | - |
| XYZ | 40.6 | 58.73 | 18 | - |
| YUV | 184.99 | 72.13 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 86 | 0.3 | 0 | 0.61 | 0.14 | 89.55 | 0.66 | 0.6 |
| Hex | 9A | DC | 56 | 1E | 0 | 3D | E | 5A | 42 | 3C |
| Octal | 232 | 334 | 126 | 36 | 0 | 75 | 16 | 132 | 102 | 74 |
| Binary | 10011010 | 11011100 | 1010110 | 11110 | 0 | 111101 | 1110 | 1011010 | 1000010 | 111100 |
Color Harmonies of #9ADC56
Complementary color
Monochromatic Colors of #9ADC56
Black with #9ADC56
Text Example
Text Example
White with #9ADC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADC56; }
p { color: rgb(154,220,86); }
H1.HeaderClassName
{
color: #9ADC56;
}
.AnyTagClassName
{
color: #9ADC56;
}
</style>
background-color css
<style>
a { background-color: #9ADC56; }
a { background-color: rgb(154,220,86); }
div.DivClassName
{
background-color: #9ADC56;
}
.BgClassName
{
background-color: #9ADC56;
}
</style>
border-color css
<style>
span { border-color: #9ADC56; }
span { border-color: rgb(154,220,86); }
td.TdClassName
{
border-color: #9ADC56;
}
.TagClassName
{
border-color: #9ADC56;
}
</style>