Shades of Conifer #9ADE63
Tints of Conifer #9ADE63
RGB
CMYK
RGB Variations
Color information
#9ADE63 (or 0x9ADE63) is known color: Conifer. HEX triplet: 9A, DE and 63. RGB value is (154,222,99). Sum of RGB (Red+Green+Blue) = 154+222+99=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 222 (87.11% from 255 or 46.74% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADE63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADE63 is #65219C. Grayscale: #BCBCBC. Windows color (decimal): -6627741 or 6545050. OLE color: 6545050.
HSL color Cylindrical-coordinate representation of color #9ADE63: hue angle of 93.17º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9ADE63 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 222 | 99 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.13 |
| HSL | 93.17º | 0.65% | 0.63% | - |
| HSV(B) | 93.17º | 0.55% | 0.87% | - |
| XYZ | 41.7 | 60.01 | 21.19 | - |
| YUV | 187.65 | 77.97 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 99 | 0.31 | 0 | 0.55 | 0.13 | 93.17 | 0.65 | 0.63 |
| Hex | 9A | DE | 63 | 1F | 0 | 37 | D | 5D | 41 | 3F |
| Octal | 232 | 336 | 143 | 37 | 0 | 67 | 15 | 135 | 101 | 77 |
| Binary | 10011010 | 11011110 | 1100011 | 11111 | 0 | 110111 | 1101 | 1011101 | 1000001 | 111111 |
Color Harmonies of #9ADE63
Complementary color
Monochromatic Colors of #9ADE63
Black with #9ADE63
Text Example
Text Example
White with #9ADE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADE63; }
p { color: rgb(154,222,99); }
H1.HeaderClassName
{
color: #9ADE63;
}
.AnyTagClassName
{
color: #9ADE63;
}
</style>
background-color css
<style>
a { background-color: #9ADE63; }
a { background-color: rgb(154,222,99); }
div.DivClassName
{
background-color: #9ADE63;
}
.BgClassName
{
background-color: #9ADE63;
}
</style>
border-color css
<style>
span { border-color: #9ADE63; }
span { border-color: rgb(154,222,99); }
td.TdClassName
{
border-color: #9ADE63;
}
.TagClassName
{
border-color: #9ADE63;
}
</style>