Shades of Conifer #9AE953
Tints of Conifer #9AE953
RGB
CMYK
RGB Variations
Color information
#9AE953 (or 0x9AE953) is known color: Conifer. HEX triplet: 9A, E9 and 53. RGB value is (154,233,83). Sum of RGB (Red+Green+Blue) = 154+233+83=470 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.77% from 470); Green value is 233 (91.41% from 255 or 49.57% from 470); Blue value is 83 (32.81% from 255 or 17.66% from 470); Max value from RGB is 233 - color contains mainly: green. Hex color #9AE953 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AE953 is #6516AC. Grayscale: #C0C0C0. Windows color (decimal): -6624941 or 5499290. OLE color: 5499290.
HSL color Cylindrical-coordinate representation of color #9AE953: hue angle of 91.6º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9AE953 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 233 | 83 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.09 |
| HSL | 91.6º | 0.77% | 0.62% | - |
| HSV(B) | 91.6º | 0.64% | 0.91% | - |
| XYZ | 44.03 | 65.77 | 18.56 | - |
| YUV | 192.28 | 66.33 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 233 | 83 | 0.34 | 0 | 0.64 | 0.09 | 91.6 | 0.77 | 0.62 |
| Hex | 9A | E9 | 53 | 22 | 0 | 40 | 9 | 5C | 4D | 3E |
| Octal | 232 | 351 | 123 | 42 | 0 | 100 | 11 | 134 | 115 | 76 |
| Binary | 10011010 | 11101001 | 1010011 | 100010 | 0 | 1000000 | 1001 | 1011100 | 1001101 | 111110 |
Color Harmonies of #9AE953
Complementary color
Monochromatic Colors of #9AE953
Black with #9AE953
Text Example
Text Example
White with #9AE953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE953; }
p { color: rgb(154,233,83); }
H1.HeaderClassName
{
color: #9AE953;
}
.AnyTagClassName
{
color: #9AE953;
}
</style>
background-color css
<style>
a { background-color: #9AE953; }
a { background-color: rgb(154,233,83); }
div.DivClassName
{
background-color: #9AE953;
}
.BgClassName
{
background-color: #9AE953;
}
</style>
border-color css
<style>
span { border-color: #9AE953; }
span { border-color: rgb(154,233,83); }
td.TdClassName
{
border-color: #9AE953;
}
.TagClassName
{
border-color: #9AE953;
}
</style>