Shades of Conifer #9AD75E
Tints of Conifer #9AD75E
RGB
CMYK
RGB Variations
Color information
#9AD75E (or 0x9AD75E) is known color: Conifer. HEX triplet: 9A, D7 and 5E. RGB value is (154,215,94). Sum of RGB (Red+Green+Blue) = 154+215+94=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 215 - color contains mainly: green. Hex color #9AD75E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD75E is #6528A1. Grayscale: #B7B7B7. Windows color (decimal): -6629538 or 6215578. OLE color: 6215578.
HSL color Cylindrical-coordinate representation of color #9AD75E: hue angle of 90.25º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9AD75E is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 215 | 94 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.16 |
| HSL | 90.25º | 0.6% | 0.61% | - |
| HSV(B) | 90.25º | 0.56% | 0.84% | - |
| XYZ | 39.65 | 56.28 | 19.36 | - |
| YUV | 182.97 | 77.79 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 215 | 94 | 0.28 | 0 | 0.56 | 0.16 | 90.25 | 0.6 | 0.61 |
| Hex | 9A | D7 | 5E | 1C | 0 | 38 | 10 | 5A | 3C | 3D |
| Octal | 232 | 327 | 136 | 34 | 0 | 70 | 20 | 132 | 74 | 75 |
| Binary | 10011010 | 11010111 | 1011110 | 11100 | 0 | 111000 | 10000 | 1011010 | 111100 | 111101 |
Color Harmonies of #9AD75E
Complementary color
Monochromatic Colors of #9AD75E
Black with #9AD75E
Text Example
Text Example
White with #9AD75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD75E; }
p { color: rgb(154,215,94); }
H1.HeaderClassName
{
color: #9AD75E;
}
.AnyTagClassName
{
color: #9AD75E;
}
</style>
background-color css
<style>
a { background-color: #9AD75E; }
a { background-color: rgb(154,215,94); }
div.DivClassName
{
background-color: #9AD75E;
}
.BgClassName
{
background-color: #9AD75E;
}
</style>
border-color css
<style>
span { border-color: #9AD75E; }
span { border-color: rgb(154,215,94); }
td.TdClassName
{
border-color: #9AD75E;
}
.TagClassName
{
border-color: #9AD75E;
}
</style>