Shades of Conifer #9AE95E
Tints of Conifer #9AE95E
RGB
CMYK
RGB Variations
Color information
#9AE95E (or 0x9AE95E) is known color: Conifer. HEX triplet: 9A, E9 and 5E. RGB value is (154,233,94). Sum of RGB (Red+Green+Blue) = 154+233+94=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 233 - color contains mainly: green. Hex color #9AE95E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AE95E is #6516A1. Grayscale: #C2C2C2. Windows color (decimal): -6624930 or 6220186. OLE color: 6220186.
HSL color Cylindrical-coordinate representation of color #9AE95E: hue angle of 94.1º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9AE95E is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 233 | 94 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.09 |
| HSL | 94.1º | 0.76% | 0.64% | - |
| HSV(B) | 94.1º | 0.6% | 0.91% | - |
| XYZ | 44.49 | 65.96 | 20.98 | - |
| YUV | 193.53 | 71.83 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 233 | 94 | 0.34 | 0 | 0.60 | 0.09 | 94.1 | 0.76 | 0.64 |
| Hex | 9A | E9 | 5E | 22 | 0 | 3C | 9 | 5E | 4C | 40 |
| Octal | 232 | 351 | 136 | 42 | 0 | 74 | 11 | 136 | 114 | 100 |
| Binary | 10011010 | 11101001 | 1011110 | 100010 | 0 | 111100 | 1001 | 1011110 | 1001100 | 1000000 |
Color Harmonies of #9AE95E
Complementary color
Monochromatic Colors of #9AE95E
Black with #9AE95E
Text Example
Text Example
White with #9AE95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE95E; }
p { color: rgb(154,233,94); }
H1.HeaderClassName
{
color: #9AE95E;
}
.AnyTagClassName
{
color: #9AE95E;
}
</style>
background-color css
<style>
a { background-color: #9AE95E; }
a { background-color: rgb(154,233,94); }
div.DivClassName
{
background-color: #9AE95E;
}
.BgClassName
{
background-color: #9AE95E;
}
</style>
border-color css
<style>
span { border-color: #9AE95E; }
span { border-color: rgb(154,233,94); }
td.TdClassName
{
border-color: #9AE95E;
}
.TagClassName
{
border-color: #9AE95E;
}
</style>