Shades of Conifer #9AE85B
Tints of Conifer #9AE85B
RGB
CMYK
RGB Variations
Color information
#9AE85B (or 0x9AE85B) is known color: Conifer. HEX triplet: 9A, E8 and 5B. RGB value is (154,232,91). Sum of RGB (Red+Green+Blue) = 154+232+91=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 232 (91.02% from 255 or 48.64% from 477); Blue value is 91 (35.94% from 255 or 19.08% from 477); Max value from RGB is 232 - color contains mainly: green. Hex color #9AE85B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AE85B is #6517A4. Grayscale: #C1C1C1. Windows color (decimal): -6625189 or 6023322. OLE color: 6023322.
HSL color Cylindrical-coordinate representation of color #9AE85B: hue angle of 93.19º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9AE85B is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 232 | 91 | - |
| CMYK | 0.34 | 0 | 0.61 | 0.09 |
| HSL | 93.19º | 0.75% | 0.63% | - |
| HSV(B) | 93.19º | 0.61% | 0.91% | - |
| XYZ | 44.07 | 65.34 | 20.19 | - |
| YUV | 192.6 | 70.66 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 232 | 91 | 0.34 | 0 | 0.61 | 0.09 | 93.19 | 0.75 | 0.63 |
| Hex | 9A | E8 | 5B | 22 | 0 | 3D | 9 | 5D | 4B | 3F |
| Octal | 232 | 350 | 133 | 42 | 0 | 75 | 11 | 135 | 113 | 77 |
| Binary | 10011010 | 11101000 | 1011011 | 100010 | 0 | 111101 | 1001 | 1011101 | 1001011 | 111111 |
Color Harmonies of #9AE85B
Complementary color
Monochromatic Colors of #9AE85B
Black with #9AE85B
Text Example
Text Example
White with #9AE85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE85B; }
p { color: rgb(154,232,91); }
H1.HeaderClassName
{
color: #9AE85B;
}
.AnyTagClassName
{
color: #9AE85B;
}
</style>
background-color css
<style>
a { background-color: #9AE85B; }
a { background-color: rgb(154,232,91); }
div.DivClassName
{
background-color: #9AE85B;
}
.BgClassName
{
background-color: #9AE85B;
}
</style>
border-color css
<style>
span { border-color: #9AE85B; }
span { border-color: rgb(154,232,91); }
td.TdClassName
{
border-color: #9AE85B;
}
.TagClassName
{
border-color: #9AE85B;
}
</style>