Shades of Citrus #9EAB10
Tints of Citrus #9EAB10
RGB
CMYK
RGB Variations
Color information
#9EAB10 (or 0x9EAB10) is known color: Citrus. HEX triplet: 9E, AB and 10. RGB value is (158,171,16). Sum of RGB (Red+Green+Blue) = 158+171+16=345 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.80% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #9EAB10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EAB10 is #6154EF. Grayscale: #969696. Windows color (decimal): -6378736 or 1092510. OLE color: 1092510.
HSL color Cylindrical-coordinate representation of color #9EAB10: hue angle of 65.03º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9EAB10 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 171 | 16 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.33 |
| HSL | 65.03º | 0.83% | 0.37% | - |
| HSV(B) | 65.03º | 0.91% | 0.67% | - |
| XYZ | 28.76 | 36.43 | 6.01 | - |
| YUV | 149.44 | 52.69 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 16 | 0.08 | 0 | 0.91 | 0.33 | 65.03 | 0.83 | 0.37 |
| Hex | 9E | AB | 10 | 8 | 0 | 5B | 21 | 41 | 53 | 25 |
| Octal | 236 | 253 | 20 | 10 | 0 | 133 | 41 | 101 | 123 | 45 |
| Binary | 10011110 | 10101011 | 10000 | 1000 | 0 | 1011011 | 100001 | 1000001 | 1010011 | 100101 |
Color Harmonies of #9EAB10
Complementary color
Monochromatic Colors of #9EAB10
Black with #9EAB10
Text Example
Text Example
White with #9EAB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAB10; }
p { color: rgb(158,171,16); }
H1.HeaderClassName
{
color: #9EAB10;
}
.AnyTagClassName
{
color: #9EAB10;
}
</style>
background-color css
<style>
a { background-color: #9EAB10; }
a { background-color: rgb(158,171,16); }
div.DivClassName
{
background-color: #9EAB10;
}
.BgClassName
{
background-color: #9EAB10;
}
</style>
border-color css
<style>
span { border-color: #9EAB10; }
span { border-color: rgb(158,171,16); }
td.TdClassName
{
border-color: #9EAB10;
}
.TagClassName
{
border-color: #9EAB10;
}
</style>