Shades of Citrus #9EA402
Tints of Citrus #9EA402
RGB
CMYK
RGB Variations
Color information
#9EA402 (or 0x9EA402) is known color: Citrus. HEX triplet: 9E, A4 and 02. RGB value is (158,164,2). Sum of RGB (Red+Green+Blue) = 158+164+2=324 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.77% from 324); Green value is 164 (64.45% from 255 or 50.62% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EA402 is #615BFD. Grayscale: #909090. Windows color (decimal): -6380542 or 173214. OLE color: 173214.
HSL color Cylindrical-coordinate representation of color #9EA402: hue angle of 62.22º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EA402 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 158 | 164 | 2 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.36 |
| HSL | 62.22º | 0.98% | 0.33% | - |
| HSV(B) | 62.22º | 0.99% | 0.64% | - |
| XYZ | 27.39 | 33.82 | 5.14 | - |
| YUV | 143.74 | 48.01 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 164 | 2 | 0.04 | 0 | 0.99 | 0.36 | 62.22 | 0.98 | 0.33 |
| Hex | 9E | A4 | 2 | 4 | 0 | 63 | 24 | 3E | 62 | 21 |
| Octal | 236 | 244 | 2 | 4 | 0 | 143 | 44 | 76 | 142 | 41 |
| Binary | 10011110 | 10100100 | 10 | 100 | 0 | 1100011 | 100100 | 111110 | 1100010 | 100001 |
Color Harmonies of #9EA402
Complementary color
Monochromatic Colors of #9EA402
Black with #9EA402
Text Example
Text Example
White with #9EA402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA402; }
p { color: rgb(158,164,2); }
H1.HeaderClassName
{
color: #9EA402;
}
.AnyTagClassName
{
color: #9EA402;
}
</style>
background-color css
<style>
a { background-color: #9EA402; }
a { background-color: rgb(158,164,2); }
div.DivClassName
{
background-color: #9EA402;
}
.BgClassName
{
background-color: #9EA402;
}
</style>
border-color css
<style>
span { border-color: #9EA402; }
span { border-color: rgb(158,164,2); }
td.TdClassName
{
border-color: #9EA402;
}
.TagClassName
{
border-color: #9EA402;
}
</style>