Shades of Citron #9EAA1F
Tints of Citron #9EAA1F
RGB
CMYK
RGB Variations
Color information
#9EAA1F (or 0x9EAA1F) is known color: Citron. HEX triplet: 9E, AA and 1F. RGB value is (158,170,31). Sum of RGB (Red+Green+Blue) = 158+170+31=359 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.01% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 31 (12.5% from 255 or 8.64% from 359); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAA1F is #6155E0. Grayscale: #979797. Windows color (decimal): -6378977 or 2075294. OLE color: 2075294.
HSL color Cylindrical-coordinate representation of color #9EAA1F: hue angle of 65.18º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9EAA1F is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 170 | 31 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.33 |
| HSL | 65.18º | 0.69% | 0.39% | - |
| HSV(B) | 65.18º | 0.82% | 0.67% | - |
| XYZ | 28.72 | 36.12 | 6.75 | - |
| YUV | 150.57 | 60.52 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 31 | 0.07 | 0 | 0.82 | 0.33 | 65.18 | 0.69 | 0.39 |
| Hex | 9E | AA | 1F | 7 | 0 | 52 | 21 | 41 | 45 | 27 |
| Octal | 236 | 252 | 37 | 7 | 0 | 122 | 41 | 101 | 105 | 47 |
| Binary | 10011110 | 10101010 | 11111 | 111 | 0 | 1010010 | 100001 | 1000001 | 1000101 | 100111 |
Color Harmonies of #9EAA1F
Complementary color
Monochromatic Colors of #9EAA1F
Black with #9EAA1F
Text Example
Text Example
White with #9EAA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAA1F; }
p { color: rgb(158,170,31); }
H1.HeaderClassName
{
color: #9EAA1F;
}
.AnyTagClassName
{
color: #9EAA1F;
}
</style>
background-color css
<style>
a { background-color: #9EAA1F; }
a { background-color: rgb(158,170,31); }
div.DivClassName
{
background-color: #9EAA1F;
}
.BgClassName
{
background-color: #9EAA1F;
}
</style>
border-color css
<style>
span { border-color: #9EAA1F; }
span { border-color: rgb(158,170,31); }
td.TdClassName
{
border-color: #9EAA1F;
}
.TagClassName
{
border-color: #9EAA1F;
}
</style>