Shades of Citrus #9FB30D
Tints of Citrus #9FB30D
RGB
CMYK
RGB Variations
Color information
#9FB30D (or 0x9FB30D) is known color: Citrus. HEX triplet: 9F, B3 and 0D. RGB value is (159,179,13). Sum of RGB (Red+Green+Blue) = 159+179+13=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 179 (70.31% from 255 or 51.00% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB30D is #604CF2. Grayscale: #9A9A9A. Windows color (decimal): -6311155 or 897951. OLE color: 897951.
HSL color Cylindrical-coordinate representation of color #9FB30D: hue angle of 67.23º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9FB30D is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 179 | 13 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.30 |
| HSL | 67.23º | 0.86% | 0.38% | - |
| HSV(B) | 67.23º | 0.93% | 0.7% | - |
| XYZ | 30.49 | 39.64 | 6.43 | - |
| YUV | 154.1 | 48.37 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 179 | 13 | 0.11 | 0 | 0.93 | 0.30 | 67.23 | 0.86 | 0.38 |
| Hex | 9F | B3 | D | B | 0 | 5D | 1E | 43 | 56 | 26 |
| Octal | 237 | 263 | 15 | 13 | 0 | 135 | 36 | 103 | 126 | 46 |
| Binary | 10011111 | 10110011 | 1101 | 1011 | 0 | 1011101 | 11110 | 1000011 | 1010110 | 100110 |
Color Harmonies of #9FB30D
Complementary color
Monochromatic Colors of #9FB30D
Black with #9FB30D
Text Example
Text Example
White with #9FB30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB30D; }
p { color: rgb(159,179,13); }
H1.HeaderClassName
{
color: #9FB30D;
}
.AnyTagClassName
{
color: #9FB30D;
}
</style>
background-color css
<style>
a { background-color: #9FB30D; }
a { background-color: rgb(159,179,13); }
div.DivClassName
{
background-color: #9FB30D;
}
.BgClassName
{
background-color: #9FB30D;
}
</style>
border-color css
<style>
span { border-color: #9FB30D; }
span { border-color: rgb(159,179,13); }
td.TdClassName
{
border-color: #9FB30D;
}
.TagClassName
{
border-color: #9FB30D;
}
</style>