Shades of Citrus #9FC30F
Tints of Citrus #9FC30F
RGB
CMYK
RGB Variations
Color information
#9FC30F (or 0x9FC30F) is known color: Citrus. HEX triplet: 9F, C3 and 0F. RGB value is (159,195,15). Sum of RGB (Red+Green+Blue) = 159+195+15=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 195 (76.56% from 255 or 52.85% from 369); Blue value is 15 (6.25% from 255 or 4.07% from 369); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC30F is #603CF0. Grayscale: #A4A4A4. Windows color (decimal): -6307057 or 1033119. OLE color: 1033119.
HSL color Cylindrical-coordinate representation of color #9FC30F: hue angle of 72º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FC30F is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 195 | 15 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.24 |
| HSL | 72º | 0.86% | 0.41% | - |
| HSV(B) | 72º | 0.92% | 0.76% | - |
| XYZ | 33.9 | 46.44 | 7.63 | - |
| YUV | 163.72 | 44.07 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 195 | 15 | 0.18 | 0 | 0.92 | 0.24 | 72 | 0.86 | 0.41 |
| Hex | 9F | C3 | F | 12 | 0 | 5C | 18 | 48 | 56 | 29 |
| Octal | 237 | 303 | 17 | 22 | 0 | 134 | 30 | 110 | 126 | 51 |
| Binary | 10011111 | 11000011 | 1111 | 10010 | 0 | 1011100 | 11000 | 1001000 | 1010110 | 101001 |
Color Harmonies of #9FC30F
Complementary color
Monochromatic Colors of #9FC30F
Black with #9FC30F
Text Example
Text Example
White with #9FC30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC30F; }
p { color: rgb(159,195,15); }
H1.HeaderClassName
{
color: #9FC30F;
}
.AnyTagClassName
{
color: #9FC30F;
}
</style>
background-color css
<style>
a { background-color: #9FC30F; }
a { background-color: rgb(159,195,15); }
div.DivClassName
{
background-color: #9FC30F;
}
.BgClassName
{
background-color: #9FC30F;
}
</style>
border-color css
<style>
span { border-color: #9FC30F; }
span { border-color: rgb(159,195,15); }
td.TdClassName
{
border-color: #9FC30F;
}
.TagClassName
{
border-color: #9FC30F;
}
</style>