Shades of Citrus #96CC09
Tints of Citrus #96CC09
RGB
CMYK
RGB Variations
Color information
#96CC09 (or 0x96CC09) is known color: Citrus. HEX triplet: 96, CC and 09. RGB value is (150,204,9). Sum of RGB (Red+Green+Blue) = 150+204+9=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 204 (80.08% from 255 or 56.20% from 363); Blue value is 9 (3.91% from 255 or 2.48% from 363); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96CC09 is #6933F6. Grayscale: #A6A6A6. Windows color (decimal): -6894583 or 642198. OLE color: 642198.
HSL color Cylindrical-coordinate representation of color #96CC09: hue angle of 76.62º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96CC09 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 204 | 9 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.2 |
| HSL | 76.62º | 0.92% | 0.42% | - |
| HSV(B) | 76.62º | 0.96% | 0.8% | - |
| XYZ | 34.22 | 49.69 | 8.05 | - |
| YUV | 165.62 | 39.61 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 204 | 9 | 0.26 | 0 | 0.96 | 0.2 | 76.62 | 0.92 | 0.42 |
| Hex | 96 | CC | 9 | 1A | 0 | 60 | 14 | 4D | 5C | 2A |
| Octal | 226 | 314 | 11 | 32 | 0 | 140 | 24 | 115 | 134 | 52 |
| Binary | 10010110 | 11001100 | 1001 | 11010 | 0 | 1100000 | 10100 | 1001101 | 1011100 | 101010 |
Color Harmonies of #96CC09
Complementary color
Monochromatic Colors of #96CC09
Black with #96CC09
Text Example
Text Example
White with #96CC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CC09; }
p { color: rgb(150,204,9); }
H1.HeaderClassName
{
color: #96CC09;
}
.AnyTagClassName
{
color: #96CC09;
}
</style>
background-color css
<style>
a { background-color: #96CC09; }
a { background-color: rgb(150,204,9); }
div.DivClassName
{
background-color: #96CC09;
}
.BgClassName
{
background-color: #96CC09;
}
</style>
border-color css
<style>
span { border-color: #96CC09; }
span { border-color: rgb(150,204,9); }
td.TdClassName
{
border-color: #96CC09;
}
.TagClassName
{
border-color: #96CC09;
}
</style>