Shades of Citrus #9FB800
Tints of Citrus #9FB800
RGB
CMYK
RGB Variations
Color information
#9FB800 (or 0x9FB800) is known color: Citrus. HEX triplet: 9F, B8 and 00. RGB value is (159,184,0). Sum of RGB (Red+Green+Blue) = 159+184+0=343 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.36% from 343); Green value is 184 (72.27% from 255 or 53.64% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB800 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB800 is #6047FF. Grayscale: #9C9C9C. Windows color (decimal): -6309888 or 47263. OLE color: 47263.
HSL color Cylindrical-coordinate representation of color #9FB800: hue angle of 68.15º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FB800 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 184 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.28 |
| HSL | 68.15º | 1% | 0.36% | - |
| HSV(B) | 68.15º | 1% | 0.72% | - |
| XYZ | 31.44 | 41.65 | 6.38 | - |
| YUV | 155.55 | 40.22 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 184 | 0 | 0.14 | 0 | 1 | 0.28 | 68.15 | 1 | 0.36 |
| Hex | 9F | B8 | 0 | E | 0 | 64 | 1C | 44 | 64 | 24 |
| Octal | 237 | 270 | 0 | 16 | 0 | 144 | 34 | 104 | 144 | 44 |
| Binary | 10011111 | 10111000 | 0 | 1110 | 0 | 1100100 | 11100 | 1000100 | 1100100 | 100100 |
Color Harmonies of #9FB800
Complementary color
Monochromatic Colors of #9FB800
Black with #9FB800
Text Example
Text Example
White with #9FB800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB800; }
p { color: rgb(159,184,0); }
H1.HeaderClassName
{
color: #9FB800;
}
.AnyTagClassName
{
color: #9FB800;
}
</style>
background-color css
<style>
a { background-color: #9FB800; }
a { background-color: rgb(159,184,0); }
div.DivClassName
{
background-color: #9FB800;
}
.BgClassName
{
background-color: #9FB800;
}
</style>
border-color css
<style>
span { border-color: #9FB800; }
span { border-color: rgb(159,184,0); }
td.TdClassName
{
border-color: #9FB800;
}
.TagClassName
{
border-color: #9FB800;
}
</style>