Shades of Conifer #9AE85C
Tints of Conifer #9AE85C
RGB
CMYK
RGB Variations
Color information
#9AE85C (or 0x9AE85C) is known color: Conifer. HEX triplet: 9A, E8 and 5C. RGB value is (154,232,92). Sum of RGB (Red+Green+Blue) = 154+232+92=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 232 (91.02% from 255 or 48.54% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 232 - color contains mainly: green. Hex color #9AE85C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AE85C is #6517A3. Grayscale: #C1C1C1. Windows color (decimal): -6625188 or 6088858. OLE color: 6088858.
HSL color Cylindrical-coordinate representation of color #9AE85C: hue angle of 93.43º degrees, saturation: 0.75, 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 #9AE85C is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 232 | 92 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.09 |
| HSL | 93.43º | 0.75% | 0.64% | - |
| HSV(B) | 93.43º | 0.6% | 0.91% | - |
| XYZ | 44.11 | 65.36 | 20.42 | - |
| YUV | 192.72 | 71.16 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 232 | 92 | 0.34 | 0 | 0.60 | 0.09 | 93.43 | 0.75 | 0.64 |
| Hex | 9A | E8 | 5C | 22 | 0 | 3C | 9 | 5D | 4B | 40 |
| Octal | 232 | 350 | 134 | 42 | 0 | 74 | 11 | 135 | 113 | 100 |
| Binary | 10011010 | 11101000 | 1011100 | 100010 | 0 | 111100 | 1001 | 1011101 | 1001011 | 1000000 |
Color Harmonies of #9AE85C
Complementary color
Monochromatic Colors of #9AE85C
Black with #9AE85C
Text Example
Text Example
White with #9AE85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE85C; }
p { color: rgb(154,232,92); }
H1.HeaderClassName
{
color: #9AE85C;
}
.AnyTagClassName
{
color: #9AE85C;
}
</style>
background-color css
<style>
a { background-color: #9AE85C; }
a { background-color: rgb(154,232,92); }
div.DivClassName
{
background-color: #9AE85C;
}
.BgClassName
{
background-color: #9AE85C;
}
</style>
border-color css
<style>
span { border-color: #9AE85C; }
span { border-color: rgb(154,232,92); }
td.TdClassName
{
border-color: #9AE85C;
}
.TagClassName
{
border-color: #9AE85C;
}
</style>