Shades of Citron #90A60E
Tints of Citron #90A60E
RGB
CMYK
RGB Variations
Color information
#90A60E (or 0x90A60E) is known color: Citron. HEX triplet: 90, A6 and 0E. RGB value is (144,166,14). Sum of RGB (Red+Green+Blue) = 144+166+14=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 166 (65.23% from 255 or 51.23% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 166 - color contains mainly: green. Hex color #90A60E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A60E is #6F59F1. Grayscale: #8E8E8E. Windows color (decimal): -7297522 or 960144. OLE color: 960144.
HSL color Cylindrical-coordinate representation of color #90A60E: hue angle of 68.68º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90A60E is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 166 | 14 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.35 |
| HSL | 68.68º | 0.84% | 0.35% | - |
| HSV(B) | 68.68º | 0.92% | 0.65% | - |
| XYZ | 25.22 | 33.23 | 5.5 | - |
| YUV | 142.09 | 55.71 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 166 | 14 | 0.13 | 0 | 0.92 | 0.35 | 68.68 | 0.84 | 0.35 |
| Hex | 90 | A6 | E | D | 0 | 5C | 23 | 45 | 54 | 23 |
| Octal | 220 | 246 | 16 | 15 | 0 | 134 | 43 | 105 | 124 | 43 |
| Binary | 10010000 | 10100110 | 1110 | 1101 | 0 | 1011100 | 100011 | 1000101 | 1010100 | 100011 |
Color Harmonies of #90A60E
Complementary color
Monochromatic Colors of #90A60E
Black with #90A60E
Text Example
Text Example
White with #90A60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A60E; }
p { color: rgb(144,166,14); }
H1.HeaderClassName
{
color: #90A60E;
}
.AnyTagClassName
{
color: #90A60E;
}
</style>
background-color css
<style>
a { background-color: #90A60E; }
a { background-color: rgb(144,166,14); }
div.DivClassName
{
background-color: #90A60E;
}
.BgClassName
{
background-color: #90A60E;
}
</style>
border-color css
<style>
span { border-color: #90A60E; }
span { border-color: rgb(144,166,14); }
td.TdClassName
{
border-color: #90A60E;
}
.TagClassName
{
border-color: #90A60E;
}
</style>