Shades of Citrus #96AD14
Tints of Citrus #96AD14
RGB
CMYK
RGB Variations
Color information
#96AD14 (or 0x96AD14) is known color: Citrus. HEX triplet: 96, AD and 14. RGB value is (150,173,20). Sum of RGB (Red+Green+Blue) = 150+173+20=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 173 (67.97% from 255 or 50.44% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AD14 is #6952EB. Grayscale: #959595. Windows color (decimal): -6902508 or 1355158. OLE color: 1355158.
HSL color Cylindrical-coordinate representation of color #96AD14: hue angle of 69.02º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96AD14 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 173 | 20 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.32 |
| HSL | 69.02º | 0.79% | 0.38% | - |
| HSV(B) | 69.02º | 0.88% | 0.68% | - |
| XYZ | 27.65 | 36.42 | 6.23 | - |
| YUV | 148.68 | 55.38 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 20 | 0.13 | 0 | 0.88 | 0.32 | 69.02 | 0.79 | 0.38 |
| Hex | 96 | AD | 14 | D | 0 | 58 | 20 | 45 | 4F | 26 |
| Octal | 226 | 255 | 24 | 15 | 0 | 130 | 40 | 105 | 117 | 46 |
| Binary | 10010110 | 10101101 | 10100 | 1101 | 0 | 1011000 | 100000 | 1000101 | 1001111 | 100110 |
Color Harmonies of #96AD14
Complementary color
Monochromatic Colors of #96AD14
Black with #96AD14
Text Example
Text Example
White with #96AD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AD14; }
p { color: rgb(150,173,20); }
H1.HeaderClassName
{
color: #96AD14;
}
.AnyTagClassName
{
color: #96AD14;
}
</style>
background-color css
<style>
a { background-color: #96AD14; }
a { background-color: rgb(150,173,20); }
div.DivClassName
{
background-color: #96AD14;
}
.BgClassName
{
background-color: #96AD14;
}
</style>
border-color css
<style>
span { border-color: #96AD14; }
span { border-color: rgb(150,173,20); }
td.TdClassName
{
border-color: #96AD14;
}
.TagClassName
{
border-color: #96AD14;
}
</style>