Shades of Conifer #9ADC60
Tints of Conifer #9ADC60
RGB
CMYK
RGB Variations
Color information
#9ADC60 (or 0x9ADC60) is known color: Conifer. HEX triplet: 9A, DC and 60. RGB value is (154,220,96). Sum of RGB (Red+Green+Blue) = 154+220+96=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADC60 is #65239F. Grayscale: #BABABA. Windows color (decimal): -6628256 or 6347930. OLE color: 6347930.
HSL color Cylindrical-coordinate representation of color #9ADC60: hue angle of 91.94º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9ADC60 is Cyan = 0.3, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 96 | - |
| CMYK | 0.3 | 0 | 0.56 | 0.14 |
| HSL | 91.94º | 0.64% | 0.62% | - |
| HSV(B) | 91.94º | 0.56% | 0.86% | - |
| XYZ | 41.03 | 58.9 | 20.27 | - |
| YUV | 186.13 | 77.13 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 96 | 0.3 | 0 | 0.56 | 0.14 | 91.94 | 0.64 | 0.62 |
| Hex | 9A | DC | 60 | 1E | 0 | 38 | E | 5C | 40 | 3E |
| Octal | 232 | 334 | 140 | 36 | 0 | 70 | 16 | 134 | 100 | 76 |
| Binary | 10011010 | 11011100 | 1100000 | 11110 | 0 | 111000 | 1110 | 1011100 | 1000000 | 111110 |
Color Harmonies of #9ADC60
Complementary color
Monochromatic Colors of #9ADC60
Black with #9ADC60
Text Example
Text Example
White with #9ADC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADC60; }
p { color: rgb(154,220,96); }
H1.HeaderClassName
{
color: #9ADC60;
}
.AnyTagClassName
{
color: #9ADC60;
}
</style>
background-color css
<style>
a { background-color: #9ADC60; }
a { background-color: rgb(154,220,96); }
div.DivClassName
{
background-color: #9ADC60;
}
.BgClassName
{
background-color: #9ADC60;
}
</style>
border-color css
<style>
span { border-color: #9ADC60; }
span { border-color: rgb(154,220,96); }
td.TdClassName
{
border-color: #9ADC60;
}
.TagClassName
{
border-color: #9ADC60;
}
</style>