Shades of Citrus #96AD10
Tints of Citrus #96AD10
RGB
CMYK
RGB Variations
Color information
#96AD10 (or 0x96AD10) is known color: Citrus. HEX triplet: 96, AD and 10. RGB value is (150,173,16). Sum of RGB (Red+Green+Blue) = 150+173+16=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 173 (67.97% from 255 or 51.03% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AD10 is #6952EF. Grayscale: #949494. Windows color (decimal): -6902512 or 1093014. OLE color: 1093014.
HSL color Cylindrical-coordinate representation of color #96AD10: hue angle of 68.79º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96AD10 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 173 | 16 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.32 |
| HSL | 68.79º | 0.83% | 0.37% | - |
| HSV(B) | 68.79º | 0.91% | 0.68% | - |
| XYZ | 27.61 | 36.41 | 6.06 | - |
| YUV | 148.23 | 53.38 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 16 | 0.13 | 0 | 0.91 | 0.32 | 68.79 | 0.83 | 0.37 |
| Hex | 96 | AD | 10 | D | 0 | 5B | 20 | 45 | 53 | 25 |
| Octal | 226 | 255 | 20 | 15 | 0 | 133 | 40 | 105 | 123 | 45 |
| Binary | 10010110 | 10101101 | 10000 | 1101 | 0 | 1011011 | 100000 | 1000101 | 1010011 | 100101 |
Color Harmonies of #96AD10
Complementary color
Monochromatic Colors of #96AD10
Black with #96AD10
Text Example
Text Example
White with #96AD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AD10; }
p { color: rgb(150,173,16); }
H1.HeaderClassName
{
color: #96AD10;
}
.AnyTagClassName
{
color: #96AD10;
}
</style>
background-color css
<style>
a { background-color: #96AD10; }
a { background-color: rgb(150,173,16); }
div.DivClassName
{
background-color: #96AD10;
}
.BgClassName
{
background-color: #96AD10;
}
</style>
border-color css
<style>
span { border-color: #96AD10; }
span { border-color: rgb(150,173,16); }
td.TdClassName
{
border-color: #96AD10;
}
.TagClassName
{
border-color: #96AD10;
}
</style>