Shades of Citron #90A11E
Tints of Citron #90A11E
RGB
CMYK
RGB Variations
Color information
#90A11E (or 0x90A11E) is known color: Citron. HEX triplet: 90, A1 and 1E. RGB value is (144,161,30). Sum of RGB (Red+Green+Blue) = 144+161+30=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 161 - color contains mainly: green. Hex color #90A11E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A11E is #6F5EE1. Grayscale: #8D8D8D. Windows color (decimal): -7298786 or 2007440. OLE color: 2007440.
HSL color Cylindrical-coordinate representation of color #90A11E: hue angle of 67.79º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90A11E is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 161 | 30 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.37 |
| HSL | 67.79º | 0.69% | 0.37% | - |
| HSV(B) | 67.79º | 0.81% | 0.63% | - |
| XYZ | 24.48 | 31.51 | 6.02 | - |
| YUV | 140.98 | 65.37 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 161 | 30 | 0.11 | 0 | 0.81 | 0.37 | 67.79 | 0.69 | 0.37 |
| Hex | 90 | A1 | 1E | B | 0 | 51 | 25 | 44 | 45 | 25 |
| Octal | 220 | 241 | 36 | 13 | 0 | 121 | 45 | 104 | 105 | 45 |
| Binary | 10010000 | 10100001 | 11110 | 1011 | 0 | 1010001 | 100101 | 1000100 | 1000101 | 100101 |
Color Harmonies of #90A11E
Complementary color
Monochromatic Colors of #90A11E
Black with #90A11E
Text Example
Text Example
White with #90A11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A11E; }
p { color: rgb(144,161,30); }
H1.HeaderClassName
{
color: #90A11E;
}
.AnyTagClassName
{
color: #90A11E;
}
</style>
background-color css
<style>
a { background-color: #90A11E; }
a { background-color: rgb(144,161,30); }
div.DivClassName
{
background-color: #90A11E;
}
.BgClassName
{
background-color: #90A11E;
}
</style>
border-color css
<style>
span { border-color: #90A11E; }
span { border-color: rgb(144,161,30); }
td.TdClassName
{
border-color: #90A11E;
}
.TagClassName
{
border-color: #90A11E;
}
</style>