Shades of Citrus #9EAE03
Tints of Citrus #9EAE03
RGB
CMYK
RGB Variations
Color information
#9EAE03 (or 0x9EAE03) is known color: Citrus. HEX triplet: 9E, AE and 03. RGB value is (158,174,3). Sum of RGB (Red+Green+Blue) = 158+174+3=335 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.16% from 335); Green value is 174 (68.36% from 255 or 51.94% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 174 - color contains mainly: green. Hex color #9EAE03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EAE03 is #6151FC. Grayscale: #969696. Windows color (decimal): -6377981 or 241310. OLE color: 241310.
HSL color Cylindrical-coordinate representation of color #9EAE03: hue angle of 65.61º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9EAE03 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 174 | 3 | - |
| CMYK | 0.09 | 0 | 0.98 | 0.32 |
| HSL | 65.61º | 0.97% | 0.35% | - |
| HSV(B) | 65.61º | 0.98% | 0.68% | - |
| XYZ | 29.25 | 37.55 | 5.79 | - |
| YUV | 149.72 | 45.2 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 174 | 3 | 0.09 | 0 | 0.98 | 0.32 | 65.61 | 0.97 | 0.35 |
| Hex | 9E | AE | 3 | 9 | 0 | 62 | 20 | 42 | 61 | 23 |
| Octal | 236 | 256 | 3 | 11 | 0 | 142 | 40 | 102 | 141 | 43 |
| Binary | 10011110 | 10101110 | 11 | 1001 | 0 | 1100010 | 100000 | 1000010 | 1100001 | 100011 |
Color Harmonies of #9EAE03
Complementary color
Monochromatic Colors of #9EAE03
Black with #9EAE03
Text Example
Text Example
White with #9EAE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAE03; }
p { color: rgb(158,174,3); }
H1.HeaderClassName
{
color: #9EAE03;
}
.AnyTagClassName
{
color: #9EAE03;
}
</style>
background-color css
<style>
a { background-color: #9EAE03; }
a { background-color: rgb(158,174,3); }
div.DivClassName
{
background-color: #9EAE03;
}
.BgClassName
{
background-color: #9EAE03;
}
</style>
border-color css
<style>
span { border-color: #9EAE03; }
span { border-color: rgb(158,174,3); }
td.TdClassName
{
border-color: #9EAE03;
}
.TagClassName
{
border-color: #9EAE03;
}
</style>