Shades of Citrus #96AC0D
Tints of Citrus #96AC0D
RGB
CMYK
RGB Variations
Color information
#96AC0D (or 0x96AC0D) is known color: Citrus. HEX triplet: 96, AC and 0D. RGB value is (150,172,13). Sum of RGB (Red+Green+Blue) = 150+172+13=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 172 (67.58% from 255 or 51.34% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AC0D is #6953F2. Grayscale: #939393. Windows color (decimal): -6902771 or 896150. OLE color: 896150.
HSL color Cylindrical-coordinate representation of color #96AC0D: hue angle of 68.3º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96AC0D is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 172 | 13 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.33 |
| HSL | 68.3º | 0.86% | 0.36% | - |
| HSV(B) | 68.3º | 0.92% | 0.67% | - |
| XYZ | 27.4 | 36.02 | 5.89 | - |
| YUV | 147.3 | 52.21 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 172 | 13 | 0.13 | 0 | 0.92 | 0.33 | 68.3 | 0.86 | 0.36 |
| Hex | 96 | AC | D | D | 0 | 5C | 21 | 44 | 56 | 24 |
| Octal | 226 | 254 | 15 | 15 | 0 | 134 | 41 | 104 | 126 | 44 |
| Binary | 10010110 | 10101100 | 1101 | 1101 | 0 | 1011100 | 100001 | 1000100 | 1010110 | 100100 |
Color Harmonies of #96AC0D
Complementary color
Monochromatic Colors of #96AC0D
Black with #96AC0D
Text Example
Text Example
White with #96AC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AC0D; }
p { color: rgb(150,172,13); }
H1.HeaderClassName
{
color: #96AC0D;
}
.AnyTagClassName
{
color: #96AC0D;
}
</style>
background-color css
<style>
a { background-color: #96AC0D; }
a { background-color: rgb(150,172,13); }
div.DivClassName
{
background-color: #96AC0D;
}
.BgClassName
{
background-color: #96AC0D;
}
</style>
border-color css
<style>
span { border-color: #96AC0D; }
span { border-color: rgb(150,172,13); }
td.TdClassName
{
border-color: #96AC0D;
}
.TagClassName
{
border-color: #96AC0D;
}
</style>