Shades of Conifer #9AE453
Tints of Conifer #9AE453
RGB
CMYK
RGB Variations
Color information
#9AE453 (or 0x9AE453) is known color: Conifer. HEX triplet: 9A, E4 and 53. RGB value is (154,228,83). Sum of RGB (Red+Green+Blue) = 154+228+83=465 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.12% from 465); Green value is 228 (89.45% from 255 or 49.03% from 465); Blue value is 83 (32.81% from 255 or 17.85% from 465); Max value from RGB is 228 - color contains mainly: green. Hex color #9AE453 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AE453 is #651BAC. Grayscale: #BDBDBD. Windows color (decimal): -6626221 or 5498010. OLE color: 5498010.
HSL color Cylindrical-coordinate representation of color #9AE453: hue angle of 90.62º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9AE453 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 154 | 228 | 83 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.11 |
| HSL | 90.62º | 0.73% | 0.61% | - |
| HSV(B) | 90.62º | 0.64% | 0.89% | - |
| XYZ | 42.63 | 62.98 | 18.09 | - |
| YUV | 189.34 | 67.98 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 228 | 83 | 0.32 | 0 | 0.64 | 0.11 | 90.62 | 0.73 | 0.61 |
| Hex | 9A | E4 | 53 | 20 | 0 | 40 | B | 5B | 49 | 3D |
| Octal | 232 | 344 | 123 | 40 | 0 | 100 | 13 | 133 | 111 | 75 |
| Binary | 10011010 | 11100100 | 1010011 | 100000 | 0 | 1000000 | 1011 | 1011011 | 1001001 | 111101 |
Color Harmonies of #9AE453
Complementary color
Monochromatic Colors of #9AE453
Black with #9AE453
Text Example
Text Example
White with #9AE453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE453; }
p { color: rgb(154,228,83); }
H1.HeaderClassName
{
color: #9AE453;
}
.AnyTagClassName
{
color: #9AE453;
}
</style>
background-color css
<style>
a { background-color: #9AE453; }
a { background-color: rgb(154,228,83); }
div.DivClassName
{
background-color: #9AE453;
}
.BgClassName
{
background-color: #9AE453;
}
</style>
border-color css
<style>
span { border-color: #9AE453; }
span { border-color: rgb(154,228,83); }
td.TdClassName
{
border-color: #9AE453;
}
.TagClassName
{
border-color: #9AE453;
}
</style>