Shades of Conifer #9ADA64
Tints of Conifer #9ADA64
RGB
CMYK
RGB Variations
Color information
#9ADA64 (or 0x9ADA64) is known color: Conifer. HEX triplet: 9A, DA and 64. RGB value is (154,218,100). Sum of RGB (Red+Green+Blue) = 154+218+100=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADA64 is #65259B. Grayscale: #B9B9B9. Windows color (decimal): -6628764 or 6609562. OLE color: 6609562.
HSL color Cylindrical-coordinate representation of color #9ADA64: hue angle of 92.54º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9ADA64 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 218 | 100 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.15 |
| HSL | 92.54º | 0.61% | 0.62% | - |
| HSV(B) | 92.54º | 0.54% | 0.85% | - |
| XYZ | 40.7 | 57.93 | 21.09 | - |
| YUV | 185.41 | 79.8 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 100 | 0.29 | 0 | 0.54 | 0.15 | 92.54 | 0.61 | 0.62 |
| Hex | 9A | DA | 64 | 1D | 0 | 36 | F | 5D | 3D | 3E |
| Octal | 232 | 332 | 144 | 35 | 0 | 66 | 17 | 135 | 75 | 76 |
| Binary | 10011010 | 11011010 | 1100100 | 11101 | 0 | 110110 | 1111 | 1011101 | 111101 | 111110 |
Color Harmonies of #9ADA64
Complementary color
Monochromatic Colors of #9ADA64
Black with #9ADA64
Text Example
Text Example
White with #9ADA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADA64; }
p { color: rgb(154,218,100); }
H1.HeaderClassName
{
color: #9ADA64;
}
.AnyTagClassName
{
color: #9ADA64;
}
</style>
background-color css
<style>
a { background-color: #9ADA64; }
a { background-color: rgb(154,218,100); }
div.DivClassName
{
background-color: #9ADA64;
}
.BgClassName
{
background-color: #9ADA64;
}
</style>
border-color css
<style>
span { border-color: #9ADA64; }
span { border-color: rgb(154,218,100); }
td.TdClassName
{
border-color: #9ADA64;
}
.TagClassName
{
border-color: #9ADA64;
}
</style>