Shades of Conifer #9ADA5D
Tints of Conifer #9ADA5D
RGB
CMYK
RGB Variations
Color information
#9ADA5D (or 0x9ADA5D) is known color: Conifer. HEX triplet: 9A, DA and 5D. RGB value is (154,218,93). Sum of RGB (Red+Green+Blue) = 154+218+93=465 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.12% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADA5D is #6525A2. Grayscale: #B9B9B9. Windows color (decimal): -6628771 or 6150810. OLE color: 6150810.
HSL color Cylindrical-coordinate representation of color #9ADA5D: hue angle of 90.72º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9ADA5D is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 218 | 93 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.15 |
| HSL | 90.72º | 0.63% | 0.61% | - |
| HSV(B) | 90.72º | 0.57% | 0.85% | - |
| XYZ | 40.37 | 57.8 | 19.39 | - |
| YUV | 184.61 | 76.3 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 93 | 0.29 | 0 | 0.57 | 0.15 | 90.72 | 0.63 | 0.61 |
| Hex | 9A | DA | 5D | 1D | 0 | 39 | F | 5B | 3F | 3D |
| Octal | 232 | 332 | 135 | 35 | 0 | 71 | 17 | 133 | 77 | 75 |
| Binary | 10011010 | 11011010 | 1011101 | 11101 | 0 | 111001 | 1111 | 1011011 | 111111 | 111101 |
Color Harmonies of #9ADA5D
Complementary color
Monochromatic Colors of #9ADA5D
Black with #9ADA5D
Text Example
Text Example
White with #9ADA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADA5D; }
p { color: rgb(154,218,93); }
H1.HeaderClassName
{
color: #9ADA5D;
}
.AnyTagClassName
{
color: #9ADA5D;
}
</style>
background-color css
<style>
a { background-color: #9ADA5D; }
a { background-color: rgb(154,218,93); }
div.DivClassName
{
background-color: #9ADA5D;
}
.BgClassName
{
background-color: #9ADA5D;
}
</style>
border-color css
<style>
span { border-color: #9ADA5D; }
span { border-color: rgb(154,218,93); }
td.TdClassName
{
border-color: #9ADA5D;
}
.TagClassName
{
border-color: #9ADA5D;
}
</style>