Shades of Citrus #96AF11
Tints of Citrus #96AF11
RGB
CMYK
RGB Variations
Color information
#96AF11 (or 0x96AF11) is known color: Citrus. HEX triplet: 96, AF and 11. RGB value is (150,175,17). Sum of RGB (Red+Green+Blue) = 150+175+17=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 175 (68.75% from 255 or 51.17% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 175 - color contains mainly: green. Hex color #96AF11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96AF11 is #6950EE. Grayscale: #969696. Windows color (decimal): -6901999 or 1159062. OLE color: 1159062.
HSL color Cylindrical-coordinate representation of color #96AF11: hue angle of 69.49º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96AF11 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 175 | 17 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.31 |
| HSL | 69.49º | 0.82% | 0.38% | - |
| HSV(B) | 69.49º | 0.9% | 0.69% | - |
| XYZ | 28.01 | 37.18 | 6.23 | - |
| YUV | 149.51 | 53.22 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 175 | 17 | 0.14 | 0 | 0.90 | 0.31 | 69.49 | 0.82 | 0.38 |
| Hex | 96 | AF | 11 | E | 0 | 5A | 1F | 45 | 52 | 26 |
| Octal | 226 | 257 | 21 | 16 | 0 | 132 | 37 | 105 | 122 | 46 |
| Binary | 10010110 | 10101111 | 10001 | 1110 | 0 | 1011010 | 11111 | 1000101 | 1010010 | 100110 |
Color Harmonies of #96AF11
Complementary color
Monochromatic Colors of #96AF11
Black with #96AF11
Text Example
Text Example
White with #96AF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AF11; }
p { color: rgb(150,175,17); }
H1.HeaderClassName
{
color: #96AF11;
}
.AnyTagClassName
{
color: #96AF11;
}
</style>
background-color css
<style>
a { background-color: #96AF11; }
a { background-color: rgb(150,175,17); }
div.DivClassName
{
background-color: #96AF11;
}
.BgClassName
{
background-color: #96AF11;
}
</style>
border-color css
<style>
span { border-color: #96AF11; }
span { border-color: rgb(150,175,17); }
td.TdClassName
{
border-color: #96AF11;
}
.TagClassName
{
border-color: #96AF11;
}
</style>