Shades of Citrus #96C90F
Tints of Citrus #96C90F
RGB
CMYK
RGB Variations
Color information
#96C90F (or 0x96C90F) is known color: Citrus. HEX triplet: 96, C9 and 0F. RGB value is (150,201,15). Sum of RGB (Red+Green+Blue) = 150+201+15=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 201 (78.91% from 255 or 54.92% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 201 - color contains mainly: green. Hex color #96C90F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C90F is #6936F0. Grayscale: #A5A5A5. Windows color (decimal): -6895345 or 1034646. OLE color: 1034646.
HSL color Cylindrical-coordinate representation of color #96C90F: hue angle of 76.45º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96C90F is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 201 | 15 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.21 |
| HSL | 76.45º | 0.86% | 0.42% | - |
| HSV(B) | 76.45º | 0.93% | 0.79% | - |
| XYZ | 33.55 | 48.29 | 8 | - |
| YUV | 164.55 | 43.6 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 201 | 15 | 0.25 | 0 | 0.93 | 0.21 | 76.45 | 0.86 | 0.42 |
| Hex | 96 | C9 | F | 19 | 0 | 5D | 15 | 4C | 56 | 2A |
| Octal | 226 | 311 | 17 | 31 | 0 | 135 | 25 | 114 | 126 | 52 |
| Binary | 10010110 | 11001001 | 1111 | 11001 | 0 | 1011101 | 10101 | 1001100 | 1010110 | 101010 |
Color Harmonies of #96C90F
Complementary color
Monochromatic Colors of #96C90F
Black with #96C90F
Text Example
Text Example
White with #96C90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C90F; }
p { color: rgb(150,201,15); }
H1.HeaderClassName
{
color: #96C90F;
}
.AnyTagClassName
{
color: #96C90F;
}
</style>
background-color css
<style>
a { background-color: #96C90F; }
a { background-color: rgb(150,201,15); }
div.DivClassName
{
background-color: #96C90F;
}
.BgClassName
{
background-color: #96C90F;
}
</style>
border-color css
<style>
span { border-color: #96C90F; }
span { border-color: rgb(150,201,15); }
td.TdClassName
{
border-color: #96C90F;
}
.TagClassName
{
border-color: #96C90F;
}
</style>