Shades of Citron #96AA19
Tints of Citron #96AA19
RGB
CMYK
RGB Variations
Color information
#96AA19 (or 0x96AA19) is known color: Citron. HEX triplet: 96, AA and 19. RGB value is (150,170,25). Sum of RGB (Red+Green+Blue) = 150+170+25=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 170 - color contains mainly: green. Hex color #96AA19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AA19 is #6955E6. Grayscale: #949494. Windows color (decimal): -6903271 or 1682070. OLE color: 1682070.
HSL color Cylindrical-coordinate representation of color #96AA19: hue angle of 68.28º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96AA19 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 170 | 25 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.33 |
| HSL | 68.28º | 0.74% | 0.38% | - |
| HSV(B) | 68.28º | 0.85% | 0.67% | - |
| XYZ | 27.13 | 35.3 | 6.3 | - |
| YUV | 147.49 | 58.87 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 170 | 25 | 0.12 | 0 | 0.85 | 0.33 | 68.28 | 0.74 | 0.38 |
| Hex | 96 | AA | 19 | C | 0 | 55 | 21 | 44 | 4A | 26 |
| Octal | 226 | 252 | 31 | 14 | 0 | 125 | 41 | 104 | 112 | 46 |
| Binary | 10010110 | 10101010 | 11001 | 1100 | 0 | 1010101 | 100001 | 1000100 | 1001010 | 100110 |
Color Harmonies of #96AA19
Complementary color
Monochromatic Colors of #96AA19
Black with #96AA19
Text Example
Text Example
White with #96AA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AA19; }
p { color: rgb(150,170,25); }
H1.HeaderClassName
{
color: #96AA19;
}
.AnyTagClassName
{
color: #96AA19;
}
</style>
background-color css
<style>
a { background-color: #96AA19; }
a { background-color: rgb(150,170,25); }
div.DivClassName
{
background-color: #96AA19;
}
.BgClassName
{
background-color: #96AA19;
}
</style>
border-color css
<style>
span { border-color: #96AA19; }
span { border-color: rgb(150,170,25); }
td.TdClassName
{
border-color: #96AA19;
}
.TagClassName
{
border-color: #96AA19;
}
</style>