Shades of Citrus #9EC307
Tints of Citrus #9EC307
RGB
CMYK
RGB Variations
Color information
#9EC307 (or 0x9EC307) is known color: Citrus. HEX triplet: 9E, C3 and 07. RGB value is (158,195,7). Sum of RGB (Red+Green+Blue) = 158+195+7=360 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.89% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 7 (3.12% from 255 or 1.94% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC307 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC307 is #613CF8. Grayscale: #A3A3A3. Windows color (decimal): -6372601 or 508830. OLE color: 508830.
HSL color Cylindrical-coordinate representation of color #9EC307: hue angle of 71.81º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9EC307 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 195 | 7 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.24 |
| HSL | 71.81º | 0.93% | 0.4% | - |
| HSV(B) | 71.81º | 0.96% | 0.76% | - |
| XYZ | 33.65 | 46.31 | 7.37 | - |
| YUV | 162.51 | 40.24 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 195 | 7 | 0.19 | 0 | 0.96 | 0.24 | 71.81 | 0.93 | 0.4 |
| Hex | 9E | C3 | 7 | 13 | 0 | 60 | 18 | 48 | 5D | 28 |
| Octal | 236 | 303 | 7 | 23 | 0 | 140 | 30 | 110 | 135 | 50 |
| Binary | 10011110 | 11000011 | 111 | 10011 | 0 | 1100000 | 11000 | 1001000 | 1011101 | 101000 |
Color Harmonies of #9EC307
Complementary color
Monochromatic Colors of #9EC307
Black with #9EC307
Text Example
Text Example
White with #9EC307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC307; }
p { color: rgb(158,195,7); }
H1.HeaderClassName
{
color: #9EC307;
}
.AnyTagClassName
{
color: #9EC307;
}
</style>
background-color css
<style>
a { background-color: #9EC307; }
a { background-color: rgb(158,195,7); }
div.DivClassName
{
background-color: #9EC307;
}
.BgClassName
{
background-color: #9EC307;
}
</style>
border-color css
<style>
span { border-color: #9EC307; }
span { border-color: rgb(158,195,7); }
td.TdClassName
{
border-color: #9EC307;
}
.TagClassName
{
border-color: #9EC307;
}
</style>