Shades of Citrus #9FBC12
Tints of Citrus #9FBC12
RGB
CMYK
RGB Variations
Color information
#9FBC12 (or 0x9FBC12) is known color: Citrus. HEX triplet: 9F, BC and 12. RGB value is (159,188,18). Sum of RGB (Red+Green+Blue) = 159+188+18=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBC12 is #6043ED. Grayscale: #A0A0A0. Windows color (decimal): -6308846 or 1227935. OLE color: 1227935.
HSL color Cylindrical-coordinate representation of color #9FBC12: hue angle of 70.24º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9FBC12 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 18 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.26 |
| HSL | 70.24º | 0.83% | 0.4% | - |
| HSV(B) | 70.24º | 0.9% | 0.74% | - |
| XYZ | 32.39 | 43.38 | 7.24 | - |
| YUV | 159.95 | 47.89 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 18 | 0.15 | 0 | 0.90 | 0.26 | 70.24 | 0.83 | 0.4 |
| Hex | 9F | BC | 12 | F | 0 | 5A | 1A | 46 | 53 | 28 |
| Octal | 237 | 274 | 22 | 17 | 0 | 132 | 32 | 106 | 123 | 50 |
| Binary | 10011111 | 10111100 | 10010 | 1111 | 0 | 1011010 | 11010 | 1000110 | 1010011 | 101000 |
Color Harmonies of #9FBC12
Complementary color
Monochromatic Colors of #9FBC12
Black with #9FBC12
Text Example
Text Example
White with #9FBC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBC12; }
p { color: rgb(159,188,18); }
H1.HeaderClassName
{
color: #9FBC12;
}
.AnyTagClassName
{
color: #9FBC12;
}
</style>
background-color css
<style>
a { background-color: #9FBC12; }
a { background-color: rgb(159,188,18); }
div.DivClassName
{
background-color: #9FBC12;
}
.BgClassName
{
background-color: #9FBC12;
}
</style>
border-color css
<style>
span { border-color: #9FBC12; }
span { border-color: rgb(159,188,18); }
td.TdClassName
{
border-color: #9FBC12;
}
.TagClassName
{
border-color: #9FBC12;
}
</style>