Shades of Citrus #9EAA1B
Tints of Citrus #9EAA1B
RGB
CMYK
RGB Variations
Color information
#9EAA1B (or 0x9EAA1B) is known color: Citrus. HEX triplet: 9E, AA and 1B. RGB value is (158,170,27). Sum of RGB (Red+Green+Blue) = 158+170+27=355 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.51% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAA1B is #6155E4. Grayscale: #969696. Windows color (decimal): -6378981 or 1813150. OLE color: 1813150.
HSL color Cylindrical-coordinate representation of color #9EAA1B: hue angle of 65.03º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9EAA1B is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 170 | 27 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.33 |
| HSL | 65.03º | 0.73% | 0.39% | - |
| HSV(B) | 65.03º | 0.84% | 0.67% | - |
| XYZ | 28.67 | 36.1 | 6.49 | - |
| YUV | 150.11 | 58.52 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 27 | 0.07 | 0 | 0.84 | 0.33 | 65.03 | 0.73 | 0.39 |
| Hex | 9E | AA | 1B | 7 | 0 | 54 | 21 | 41 | 49 | 27 |
| Octal | 236 | 252 | 33 | 7 | 0 | 124 | 41 | 101 | 111 | 47 |
| Binary | 10011110 | 10101010 | 11011 | 111 | 0 | 1010100 | 100001 | 1000001 | 1001001 | 100111 |
Color Harmonies of #9EAA1B
Complementary color
Monochromatic Colors of #9EAA1B
Black with #9EAA1B
Text Example
Text Example
White with #9EAA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAA1B; }
p { color: rgb(158,170,27); }
H1.HeaderClassName
{
color: #9EAA1B;
}
.AnyTagClassName
{
color: #9EAA1B;
}
</style>
background-color css
<style>
a { background-color: #9EAA1B; }
a { background-color: rgb(158,170,27); }
div.DivClassName
{
background-color: #9EAA1B;
}
.BgClassName
{
background-color: #9EAA1B;
}
</style>
border-color css
<style>
span { border-color: #9EAA1B; }
span { border-color: rgb(158,170,27); }
td.TdClassName
{
border-color: #9EAA1B;
}
.TagClassName
{
border-color: #9EAA1B;
}
</style>