Shades of Citrus #96C80A
Tints of Citrus #96C80A
RGB
CMYK
RGB Variations
Color information
#96C80A (or 0x96C80A) is known color: Citrus. HEX triplet: 96, C8 and 0A. RGB value is (150,200,10). Sum of RGB (Red+Green+Blue) = 150+200+10=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 200 (78.52% from 255 or 55.56% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 200 - color contains mainly: green. Hex color #96C80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C80A is #6937F5. Grayscale: #A4A4A4. Windows color (decimal): -6895606 or 706710. OLE color: 706710.
HSL color Cylindrical-coordinate representation of color #96C80A: hue angle of 75.79º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96C80A is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 200 | 10 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.22 |
| HSL | 75.79º | 0.9% | 0.41% | - |
| HSV(B) | 75.79º | 0.95% | 0.78% | - |
| XYZ | 33.29 | 47.81 | 7.76 | - |
| YUV | 163.39 | 41.44 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 10 | 0.25 | 0 | 0.95 | 0.22 | 75.79 | 0.9 | 0.41 |
| Hex | 96 | C8 | A | 19 | 0 | 5F | 16 | 4C | 5A | 29 |
| Octal | 226 | 310 | 12 | 31 | 0 | 137 | 26 | 114 | 132 | 51 |
| Binary | 10010110 | 11001000 | 1010 | 11001 | 0 | 1011111 | 10110 | 1001100 | 1011010 | 101001 |
Color Harmonies of #96C80A
Complementary color
Monochromatic Colors of #96C80A
Black with #96C80A
Text Example
Text Example
White with #96C80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C80A; }
p { color: rgb(150,200,10); }
H1.HeaderClassName
{
color: #96C80A;
}
.AnyTagClassName
{
color: #96C80A;
}
</style>
background-color css
<style>
a { background-color: #96C80A; }
a { background-color: rgb(150,200,10); }
div.DivClassName
{
background-color: #96C80A;
}
.BgClassName
{
background-color: #96C80A;
}
</style>
border-color css
<style>
span { border-color: #96C80A; }
span { border-color: rgb(150,200,10); }
td.TdClassName
{
border-color: #96C80A;
}
.TagClassName
{
border-color: #96C80A;
}
</style>