Shades of Citrus #9FAF12
Tints of Citrus #9FAF12
RGB
CMYK
RGB Variations
Color information
#9FAF12 (or 0x9FAF12) is known color: Citrus. HEX triplet: 9F, AF and 12. RGB value is (159,175,18). Sum of RGB (Red+Green+Blue) = 159+175+18=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 175 (68.75% from 255 or 49.72% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAF12 is #6050ED. Grayscale: #989898. Windows color (decimal): -6312174 or 1224607. OLE color: 1224607.
HSL color Cylindrical-coordinate representation of color #9FAF12: hue angle of 66.11º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9FAF12 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 175 | 18 | - |
| CMYK | 0.09 | 0 | 0.90 | 0.31 |
| HSL | 66.11º | 0.81% | 0.38% | - |
| HSV(B) | 66.11º | 0.9% | 0.69% | - |
| XYZ | 29.74 | 38.07 | 6.35 | - |
| YUV | 152.32 | 52.2 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 175 | 18 | 0.09 | 0 | 0.90 | 0.31 | 66.11 | 0.81 | 0.38 |
| Hex | 9F | AF | 12 | 9 | 0 | 5A | 1F | 42 | 51 | 26 |
| Octal | 237 | 257 | 22 | 11 | 0 | 132 | 37 | 102 | 121 | 46 |
| Binary | 10011111 | 10101111 | 10010 | 1001 | 0 | 1011010 | 11111 | 1000010 | 1010001 | 100110 |
Color Harmonies of #9FAF12
Complementary color
Monochromatic Colors of #9FAF12
Black with #9FAF12
Text Example
Text Example
White with #9FAF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAF12; }
p { color: rgb(159,175,18); }
H1.HeaderClassName
{
color: #9FAF12;
}
.AnyTagClassName
{
color: #9FAF12;
}
</style>
background-color css
<style>
a { background-color: #9FAF12; }
a { background-color: rgb(159,175,18); }
div.DivClassName
{
background-color: #9FAF12;
}
.BgClassName
{
background-color: #9FAF12;
}
</style>
border-color css
<style>
span { border-color: #9FAF12; }
span { border-color: rgb(159,175,18); }
td.TdClassName
{
border-color: #9FAF12;
}
.TagClassName
{
border-color: #9FAF12;
}
</style>