Shades of Citrus #9FB402
Tints of Citrus #9FB402
RGB
CMYK
RGB Variations
Color information
#9FB402 (or 0x9FB402) is known color: Citrus. HEX triplet: 9F, B4 and 02. RGB value is (159,180,2). Sum of RGB (Red+Green+Blue) = 159+180+2=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 180 (70.70% from 255 or 52.79% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB402 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB402 is #604BFD. Grayscale: #9A9A9A. Windows color (decimal): -6310910 or 177311. OLE color: 177311.
HSL color Cylindrical-coordinate representation of color #9FB402: hue angle of 67.08º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FB402 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 180 | 2 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.29 |
| HSL | 67.08º | 0.98% | 0.36% | - |
| HSV(B) | 67.08º | 0.99% | 0.71% | - |
| XYZ | 30.63 | 40.02 | 6.17 | - |
| YUV | 153.43 | 42.54 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 180 | 2 | 0.12 | 0 | 0.99 | 0.29 | 67.08 | 0.98 | 0.36 |
| Hex | 9F | B4 | 2 | C | 0 | 63 | 1D | 43 | 62 | 24 |
| Octal | 237 | 264 | 2 | 14 | 0 | 143 | 35 | 103 | 142 | 44 |
| Binary | 10011111 | 10110100 | 10 | 1100 | 0 | 1100011 | 11101 | 1000011 | 1100010 | 100100 |
Color Harmonies of #9FB402
Complementary color
Monochromatic Colors of #9FB402
Black with #9FB402
Text Example
Text Example
White with #9FB402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB402; }
p { color: rgb(159,180,2); }
H1.HeaderClassName
{
color: #9FB402;
}
.AnyTagClassName
{
color: #9FB402;
}
</style>
background-color css
<style>
a { background-color: #9FB402; }
a { background-color: rgb(159,180,2); }
div.DivClassName
{
background-color: #9FB402;
}
.BgClassName
{
background-color: #9FB402;
}
</style>
border-color css
<style>
span { border-color: #9FB402; }
span { border-color: rgb(159,180,2); }
td.TdClassName
{
border-color: #9FB402;
}
.TagClassName
{
border-color: #9FB402;
}
</style>