Shades of Citrus #9FCE00
Tints of Citrus #9FCE00
RGB
CMYK
RGB Variations
Color information
#9FCE00 (or 0x9FCE00) is known color: Citrus. HEX triplet: 9F, CE and 00. RGB value is (159,206,0). Sum of RGB (Red+Green+Blue) = 159+206+0=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 206 (80.86% from 255 or 56.44% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCE00 is #6031FF. Grayscale: #A9A9A9. Windows color (decimal): -6304256 or 52895. OLE color: 52895.
HSL color Cylindrical-coordinate representation of color #9FCE00: hue angle of 73.69º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FCE00 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 206 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.19 |
| HSL | 73.69º | 1% | 0.4% | - |
| HSV(B) | 73.69º | 1% | 0.81% | - |
| XYZ | 36.37 | 51.51 | 8.03 | - |
| YUV | 168.46 | 32.93 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 206 | 0 | 0.23 | 0 | 1 | 0.19 | 73.69 | 1 | 0.4 |
| Hex | 9F | CE | 0 | 17 | 0 | 64 | 13 | 4A | 64 | 28 |
| Octal | 237 | 316 | 0 | 27 | 0 | 144 | 23 | 112 | 144 | 50 |
| Binary | 10011111 | 11001110 | 0 | 10111 | 0 | 1100100 | 10011 | 1001010 | 1100100 | 101000 |
Color Harmonies of #9FCE00
Complementary color
Monochromatic Colors of #9FCE00
Black with #9FCE00
Text Example
Text Example
White with #9FCE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCE00; }
p { color: rgb(159,206,0); }
H1.HeaderClassName
{
color: #9FCE00;
}
.AnyTagClassName
{
color: #9FCE00;
}
</style>
background-color css
<style>
a { background-color: #9FCE00; }
a { background-color: rgb(159,206,0); }
div.DivClassName
{
background-color: #9FCE00;
}
.BgClassName
{
background-color: #9FCE00;
}
</style>
border-color css
<style>
span { border-color: #9FCE00; }
span { border-color: rgb(159,206,0); }
td.TdClassName
{
border-color: #9FCE00;
}
.TagClassName
{
border-color: #9FCE00;
}
</style>