Shades of Citrus #96AC17
Tints of Citrus #96AC17
RGB
CMYK
RGB Variations
Color information
#96AC17 (or 0x96AC17) is known color: Citrus. HEX triplet: 96, AC and 17. RGB value is (150,172,23). Sum of RGB (Red+Green+Blue) = 150+172+23=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AC17 is #6953E8. Grayscale: #959595. Windows color (decimal): -6902761 or 1551510. OLE color: 1551510.
HSL color Cylindrical-coordinate representation of color #96AC17: hue angle of 68.86º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96AC17 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 172 | 23 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.33 |
| HSL | 68.86º | 0.76% | 0.38% | - |
| HSV(B) | 68.86º | 0.87% | 0.67% | - |
| XYZ | 27.48 | 36.05 | 6.32 | - |
| YUV | 148.44 | 57.21 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 172 | 23 | 0.13 | 0 | 0.87 | 0.33 | 68.86 | 0.76 | 0.38 |
| Hex | 96 | AC | 17 | D | 0 | 57 | 21 | 45 | 4C | 26 |
| Octal | 226 | 254 | 27 | 15 | 0 | 127 | 41 | 105 | 114 | 46 |
| Binary | 10010110 | 10101100 | 10111 | 1101 | 0 | 1010111 | 100001 | 1000101 | 1001100 | 100110 |
Color Harmonies of #96AC17
Complementary color
Monochromatic Colors of #96AC17
Black with #96AC17
Text Example
Text Example
White with #96AC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AC17; }
p { color: rgb(150,172,23); }
H1.HeaderClassName
{
color: #96AC17;
}
.AnyTagClassName
{
color: #96AC17;
}
</style>
background-color css
<style>
a { background-color: #96AC17; }
a { background-color: rgb(150,172,23); }
div.DivClassName
{
background-color: #96AC17;
}
.BgClassName
{
background-color: #96AC17;
}
</style>
border-color css
<style>
span { border-color: #96AC17; }
span { border-color: rgb(150,172,23); }
td.TdClassName
{
border-color: #96AC17;
}
.TagClassName
{
border-color: #96AC17;
}
</style>