Shades of Conifer #9AE963
Tints of Conifer #9AE963
RGB
CMYK
RGB Variations
Color information
#9AE963 (or 0x9AE963) is known color: Conifer. HEX triplet: 9A, E9 and 63. RGB value is (154,233,99). Sum of RGB (Red+Green+Blue) = 154+233+99=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 233 (91.41% from 255 or 47.94% from 486); Blue value is 99 (39.06% from 255 or 20.37% from 486); Max value from RGB is 233 - color contains mainly: green. Hex color #9AE963 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AE963 is #65169C. Grayscale: #C2C2C2. Windows color (decimal): -6624925 or 6547866. OLE color: 6547866.
HSL color Cylindrical-coordinate representation of color #9AE963: hue angle of 95.37º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9AE963 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 233 | 99 | - |
| CMYK | 0.34 | 0 | 0.58 | 0.09 |
| HSL | 95.37º | 0.75% | 0.65% | - |
| HSV(B) | 95.37º | 0.58% | 0.91% | - |
| XYZ | 44.72 | 66.05 | 22.2 | - |
| YUV | 194.1 | 74.33 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 233 | 99 | 0.34 | 0 | 0.58 | 0.09 | 95.37 | 0.75 | 0.65 |
| Hex | 9A | E9 | 63 | 22 | 0 | 3A | 9 | 5F | 4B | 41 |
| Octal | 232 | 351 | 143 | 42 | 0 | 72 | 11 | 137 | 113 | 101 |
| Binary | 10011010 | 11101001 | 1100011 | 100010 | 0 | 111010 | 1001 | 1011111 | 1001011 | 1000001 |
Color Harmonies of #9AE963
Complementary color
Monochromatic Colors of #9AE963
Black with #9AE963
Text Example
Text Example
White with #9AE963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE963; }
p { color: rgb(154,233,99); }
H1.HeaderClassName
{
color: #9AE963;
}
.AnyTagClassName
{
color: #9AE963;
}
</style>
background-color css
<style>
a { background-color: #9AE963; }
a { background-color: rgb(154,233,99); }
div.DivClassName
{
background-color: #9AE963;
}
.BgClassName
{
background-color: #9AE963;
}
</style>
border-color css
<style>
span { border-color: #9AE963; }
span { border-color: rgb(154,233,99); }
td.TdClassName
{
border-color: #9AE963;
}
.TagClassName
{
border-color: #9AE963;
}
</style>