Shades of Citron #8E930F
Tints of Citron #8E930F
RGB
CMYK
RGB Variations
Color information
#8E930F (or 0x8E930F) is known color: Citron. HEX triplet: 8E, 93 and 0F. RGB value is (142,147,15). Sum of RGB (Red+Green+Blue) = 142+147+15=304 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.71% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #8E930F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E930F is #716CF0. Grayscale: #828282. Windows color (decimal): -7433457 or 1020814. OLE color: 1020814.
HSL color Cylindrical-coordinate representation of color #8E930F: hue angle of 62.27º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E930F is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 147 | 15 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.42 |
| HSL | 62.27º | 0.81% | 0.32% | - |
| HSV(B) | 62.27º | 0.9% | 0.58% | - |
| XYZ | 21.68 | 26.65 | 4.45 | - |
| YUV | 130.46 | 62.84 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 147 | 15 | 0.03 | 0 | 0.90 | 0.42 | 62.27 | 0.81 | 0.32 |
| Hex | 8E | 93 | F | 3 | 0 | 5A | 2A | 3E | 51 | 20 |
| Octal | 216 | 223 | 17 | 3 | 0 | 132 | 52 | 76 | 121 | 40 |
| Binary | 10001110 | 10010011 | 1111 | 11 | 0 | 1011010 | 101010 | 111110 | 1010001 | 100000 |
Color Harmonies of #8E930F
Complementary color
Monochromatic Colors of #8E930F
Black with #8E930F
Text Example
Text Example
White with #8E930F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E930F; }
p { color: rgb(142,147,15); }
H1.HeaderClassName
{
color: #8E930F;
}
.AnyTagClassName
{
color: #8E930F;
}
</style>
background-color css
<style>
a { background-color: #8E930F; }
a { background-color: rgb(142,147,15); }
div.DivClassName
{
background-color: #8E930F;
}
.BgClassName
{
background-color: #8E930F;
}
</style>
border-color css
<style>
span { border-color: #8E930F; }
span { border-color: rgb(142,147,15); }
td.TdClassName
{
border-color: #8E930F;
}
.TagClassName
{
border-color: #8E930F;
}
</style>