Shades of Citrus #9FCF06
Tints of Citrus #9FCF06
RGB
CMYK
RGB Variations
Color information
#9FCF06 (or 0x9FCF06) is known color: Citrus. HEX triplet: 9F, CF and 06. RGB value is (159,207,6). Sum of RGB (Red+Green+Blue) = 159+207+6=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 207 (81.25% from 255 or 55.65% from 372); Blue value is 6 (2.73% from 255 or 1.61% from 372); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCF06 is #6030F9. Grayscale: #AAAAAA. Windows color (decimal): -6303994 or 446367. OLE color: 446367.
HSL color Cylindrical-coordinate representation of color #9FCF06: hue angle of 74.33º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9FCF06 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 207 | 6 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.19 |
| HSL | 74.33º | 0.94% | 0.42% | - |
| HSV(B) | 74.33º | 0.97% | 0.81% | - |
| XYZ | 36.64 | 52.01 | 8.28 | - |
| YUV | 169.73 | 35.6 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 6 | 0.23 | 0 | 0.97 | 0.19 | 74.33 | 0.94 | 0.42 |
| Hex | 9F | CF | 6 | 17 | 0 | 61 | 13 | 4A | 5E | 2A |
| Octal | 237 | 317 | 6 | 27 | 0 | 141 | 23 | 112 | 136 | 52 |
| Binary | 10011111 | 11001111 | 110 | 10111 | 0 | 1100001 | 10011 | 1001010 | 1011110 | 101010 |
Color Harmonies of #9FCF06
Complementary color
Monochromatic Colors of #9FCF06
Black with #9FCF06
Text Example
Text Example
White with #9FCF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCF06; }
p { color: rgb(159,207,6); }
H1.HeaderClassName
{
color: #9FCF06;
}
.AnyTagClassName
{
color: #9FCF06;
}
</style>
background-color css
<style>
a { background-color: #9FCF06; }
a { background-color: rgb(159,207,6); }
div.DivClassName
{
background-color: #9FCF06;
}
.BgClassName
{
background-color: #9FCF06;
}
</style>
border-color css
<style>
span { border-color: #9FCF06; }
span { border-color: rgb(159,207,6); }
td.TdClassName
{
border-color: #9FCF06;
}
.TagClassName
{
border-color: #9FCF06;
}
</style>