Shades of Citrus #96C10E
Tints of Citrus #96C10E
RGB
CMYK
RGB Variations
Color information
#96C10E (or 0x96C10E) is known color: Citrus. HEX triplet: 96, C1 and 0E. RGB value is (150,193,14). Sum of RGB (Red+Green+Blue) = 150+193+14=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 193 (75.78% from 255 or 54.06% from 357); Blue value is 14 (5.86% from 255 or 3.92% from 357); Max value from RGB is 193 - color contains mainly: green. Hex color #96C10E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C10E is #693EF1. Grayscale: #A0A0A0. Windows color (decimal): -6897394 or 967062. OLE color: 967062.
HSL color Cylindrical-coordinate representation of color #96C10E: hue angle of 74.41º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96C10E is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 193 | 14 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.24 |
| HSL | 74.41º | 0.86% | 0.41% | - |
| HSV(B) | 74.41º | 0.93% | 0.76% | - |
| XYZ | 31.73 | 44.66 | 7.36 | - |
| YUV | 159.74 | 45.75 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 193 | 14 | 0.22 | 0 | 0.93 | 0.24 | 74.41 | 0.86 | 0.41 |
| Hex | 96 | C1 | E | 16 | 0 | 5D | 18 | 4A | 56 | 29 |
| Octal | 226 | 301 | 16 | 26 | 0 | 135 | 30 | 112 | 126 | 51 |
| Binary | 10010110 | 11000001 | 1110 | 10110 | 0 | 1011101 | 11000 | 1001010 | 1010110 | 101001 |
Color Harmonies of #96C10E
Complementary color
Monochromatic Colors of #96C10E
Black with #96C10E
Text Example
Text Example
White with #96C10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C10E; }
p { color: rgb(150,193,14); }
H1.HeaderClassName
{
color: #96C10E;
}
.AnyTagClassName
{
color: #96C10E;
}
</style>
background-color css
<style>
a { background-color: #96C10E; }
a { background-color: rgb(150,193,14); }
div.DivClassName
{
background-color: #96C10E;
}
.BgClassName
{
background-color: #96C10E;
}
</style>
border-color css
<style>
span { border-color: #96C10E; }
span { border-color: rgb(150,193,14); }
td.TdClassName
{
border-color: #96C10E;
}
.TagClassName
{
border-color: #96C10E;
}
</style>