Shades of Citrus #90AB11
Tints of Citrus #90AB11
RGB
CMYK
RGB Variations
Color information
#90AB11 (or 0x90AB11) is known color: Citrus. HEX triplet: 90, AB and 11. RGB value is (144,171,17). Sum of RGB (Red+Green+Blue) = 144+171+17=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AB11 is #6F54EE. Grayscale: #919191. Windows color (decimal): -7296239 or 1158032. OLE color: 1158032.
HSL color Cylindrical-coordinate representation of color #90AB11: hue angle of 70.52º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90AB11 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 171 | 17 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.33 |
| HSL | 70.52º | 0.82% | 0.37% | - |
| HSV(B) | 70.52º | 0.9% | 0.67% | - |
| XYZ | 26.17 | 35.1 | 5.93 | - |
| YUV | 145.37 | 55.55 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 17 | 0.16 | 0 | 0.90 | 0.33 | 70.52 | 0.82 | 0.37 |
| Hex | 90 | AB | 11 | 10 | 0 | 5A | 21 | 47 | 52 | 25 |
| Octal | 220 | 253 | 21 | 20 | 0 | 132 | 41 | 107 | 122 | 45 |
| Binary | 10010000 | 10101011 | 10001 | 10000 | 0 | 1011010 | 100001 | 1000111 | 1010010 | 100101 |
Color Harmonies of #90AB11
Complementary color
Monochromatic Colors of #90AB11
Black with #90AB11
Text Example
Text Example
White with #90AB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AB11; }
p { color: rgb(144,171,17); }
H1.HeaderClassName
{
color: #90AB11;
}
.AnyTagClassName
{
color: #90AB11;
}
</style>
background-color css
<style>
a { background-color: #90AB11; }
a { background-color: rgb(144,171,17); }
div.DivClassName
{
background-color: #90AB11;
}
.BgClassName
{
background-color: #90AB11;
}
</style>
border-color css
<style>
span { border-color: #90AB11; }
span { border-color: rgb(144,171,17); }
td.TdClassName
{
border-color: #90AB11;
}
.TagClassName
{
border-color: #90AB11;
}
</style>