Shades of Citron #90A416
Tints of Citron #90A416
RGB
CMYK
RGB Variations
Color information
#90A416 (or 0x90A416) is known color: Citron. HEX triplet: 90, A4 and 16. RGB value is (144,164,22). Sum of RGB (Red+Green+Blue) = 144+164+22=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 164 (64.45% from 255 or 49.70% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 164 - color contains mainly: green. Hex color #90A416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A416 is #6F5BE9. Grayscale: #8E8E8E. Windows color (decimal): -7298026 or 1483920. OLE color: 1483920.
HSL color Cylindrical-coordinate representation of color #90A416: hue angle of 68.45º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #90A416 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 164 | 22 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.36 |
| HSL | 68.45º | 0.76% | 0.36% | - |
| HSV(B) | 68.45º | 0.87% | 0.64% | - |
| XYZ | 24.92 | 32.54 | 5.73 | - |
| YUV | 141.83 | 60.37 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 164 | 22 | 0.12 | 0 | 0.87 | 0.36 | 68.45 | 0.76 | 0.36 |
| Hex | 90 | A4 | 16 | C | 0 | 57 | 24 | 44 | 4C | 24 |
| Octal | 220 | 244 | 26 | 14 | 0 | 127 | 44 | 104 | 114 | 44 |
| Binary | 10010000 | 10100100 | 10110 | 1100 | 0 | 1010111 | 100100 | 1000100 | 1001100 | 100100 |
Color Harmonies of #90A416
Complementary color
Monochromatic Colors of #90A416
Black with #90A416
Text Example
Text Example
White with #90A416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A416; }
p { color: rgb(144,164,22); }
H1.HeaderClassName
{
color: #90A416;
}
.AnyTagClassName
{
color: #90A416;
}
</style>
background-color css
<style>
a { background-color: #90A416; }
a { background-color: rgb(144,164,22); }
div.DivClassName
{
background-color: #90A416;
}
.BgClassName
{
background-color: #90A416;
}
</style>
border-color css
<style>
span { border-color: #90A416; }
span { border-color: rgb(144,164,22); }
td.TdClassName
{
border-color: #90A416;
}
.TagClassName
{
border-color: #90A416;
}
</style>