Shades of Citrus #9EAD10
Tints of Citrus #9EAD10
RGB
CMYK
RGB Variations
Color information
#9EAD10 (or 0x9EAD10) is known color: Citrus. HEX triplet: 9E, AD and 10. RGB value is (158,173,16). Sum of RGB (Red+Green+Blue) = 158+173+16=347 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.53% from 347); Green value is 173 (67.97% from 255 or 49.86% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 173 - color contains mainly: green. Hex color #9EAD10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EAD10 is #6152EF. Grayscale: #979797. Windows color (decimal): -6378224 or 1093022. OLE color: 1093022.
HSL color Cylindrical-coordinate representation of color #9EAD10: hue angle of 65.73º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9EAD10 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 158 | 173 | 16 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.32 |
| HSL | 65.73º | 0.83% | 0.37% | - |
| HSV(B) | 65.73º | 0.91% | 0.68% | - |
| XYZ | 29.14 | 37.19 | 6.13 | - |
| YUV | 150.62 | 52.03 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 173 | 16 | 0.09 | 0 | 0.91 | 0.32 | 65.73 | 0.83 | 0.37 |
| Hex | 9E | AD | 10 | 9 | 0 | 5B | 20 | 42 | 53 | 25 |
| Octal | 236 | 255 | 20 | 11 | 0 | 133 | 40 | 102 | 123 | 45 |
| Binary | 10011110 | 10101101 | 10000 | 1001 | 0 | 1011011 | 100000 | 1000010 | 1010011 | 100101 |
Color Harmonies of #9EAD10
Complementary color
Monochromatic Colors of #9EAD10
Black with #9EAD10
Text Example
Text Example
White with #9EAD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAD10; }
p { color: rgb(158,173,16); }
H1.HeaderClassName
{
color: #9EAD10;
}
.AnyTagClassName
{
color: #9EAD10;
}
</style>
background-color css
<style>
a { background-color: #9EAD10; }
a { background-color: rgb(158,173,16); }
div.DivClassName
{
background-color: #9EAD10;
}
.BgClassName
{
background-color: #9EAD10;
}
</style>
border-color css
<style>
span { border-color: #9EAD10; }
span { border-color: rgb(158,173,16); }
td.TdClassName
{
border-color: #9EAD10;
}
.TagClassName
{
border-color: #9EAD10;
}
</style>