Shades of Citrus #96AD12
Tints of Citrus #96AD12
RGB
CMYK
RGB Variations
Color information
#96AD12 (or 0x96AD12) is known color: Citrus. HEX triplet: 96, AD and 12. RGB value is (150,173,18). Sum of RGB (Red+Green+Blue) = 150+173+18=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #96AD12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AD12 is #6952ED. Grayscale: #959595. Windows color (decimal): -6902510 or 1224086. OLE color: 1224086.
HSL color Cylindrical-coordinate representation of color #96AD12: hue angle of 68.9º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96AD12 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 173 | 18 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.32 |
| HSL | 68.9º | 0.81% | 0.37% | - |
| HSV(B) | 68.9º | 0.9% | 0.68% | - |
| XYZ | 27.63 | 36.41 | 6.14 | - |
| YUV | 148.45 | 54.38 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 173 | 18 | 0.13 | 0 | 0.90 | 0.32 | 68.9 | 0.81 | 0.37 |
| Hex | 96 | AD | 12 | D | 0 | 5A | 20 | 45 | 51 | 25 |
| Octal | 226 | 255 | 22 | 15 | 0 | 132 | 40 | 105 | 121 | 45 |
| Binary | 10010110 | 10101101 | 10010 | 1101 | 0 | 1011010 | 100000 | 1000101 | 1010001 | 100101 |
Color Harmonies of #96AD12
Complementary color
Monochromatic Colors of #96AD12
Black with #96AD12
Text Example
Text Example
White with #96AD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AD12; }
p { color: rgb(150,173,18); }
H1.HeaderClassName
{
color: #96AD12;
}
.AnyTagClassName
{
color: #96AD12;
}
</style>
background-color css
<style>
a { background-color: #96AD12; }
a { background-color: rgb(150,173,18); }
div.DivClassName
{
background-color: #96AD12;
}
.BgClassName
{
background-color: #96AD12;
}
</style>
border-color css
<style>
span { border-color: #96AD12; }
span { border-color: rgb(150,173,18); }
td.TdClassName
{
border-color: #96AD12;
}
.TagClassName
{
border-color: #96AD12;
}
</style>