Shades of Conifer #9AD85F
Tints of Conifer #9AD85F
RGB
CMYK
RGB Variations
Color information
#9AD85F (or 0x9AD85F) is known color: Conifer. HEX triplet: 9A, D8 and 5F. RGB value is (154,216,95). Sum of RGB (Red+Green+Blue) = 154+216+95=465 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.12% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD85F is #6527A0. Grayscale: #B8B8B8. Windows color (decimal): -6629281 or 6281370. OLE color: 6281370.
HSL color Cylindrical-coordinate representation of color #9AD85F: hue angle of 90.74º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9AD85F is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 216 | 95 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.15 |
| HSL | 90.74º | 0.61% | 0.61% | - |
| HSV(B) | 90.74º | 0.56% | 0.85% | - |
| XYZ | 39.95 | 56.81 | 19.69 | - |
| YUV | 183.67 | 77.96 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 216 | 95 | 0.29 | 0 | 0.56 | 0.15 | 90.74 | 0.61 | 0.61 |
| Hex | 9A | D8 | 5F | 1D | 0 | 38 | F | 5B | 3D | 3D |
| Octal | 232 | 330 | 137 | 35 | 0 | 70 | 17 | 133 | 75 | 75 |
| Binary | 10011010 | 11011000 | 1011111 | 11101 | 0 | 111000 | 1111 | 1011011 | 111101 | 111101 |
Color Harmonies of #9AD85F
Complementary color
Monochromatic Colors of #9AD85F
Black with #9AD85F
Text Example
Text Example
White with #9AD85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD85F; }
p { color: rgb(154,216,95); }
H1.HeaderClassName
{
color: #9AD85F;
}
.AnyTagClassName
{
color: #9AD85F;
}
</style>
background-color css
<style>
a { background-color: #9AD85F; }
a { background-color: rgb(154,216,95); }
div.DivClassName
{
background-color: #9AD85F;
}
.BgClassName
{
background-color: #9AD85F;
}
</style>
border-color css
<style>
span { border-color: #9AD85F; }
span { border-color: rgb(154,216,95); }
td.TdClassName
{
border-color: #9AD85F;
}
.TagClassName
{
border-color: #9AD85F;
}
</style>