Shades of Citron #90A612
Tints of Citron #90A612
RGB
CMYK
RGB Variations
Color information
#90A612 (or 0x90A612) is known color: Citron. HEX triplet: 90, A6 and 12. RGB value is (144,166,18). Sum of RGB (Red+Green+Blue) = 144+166+18=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 166 (65.23% from 255 or 50.61% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 166 - color contains mainly: green. Hex color #90A612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A612 is #6F59ED. Grayscale: #8F8F8F. Windows color (decimal): -7297518 or 1222288. OLE color: 1222288.
HSL color Cylindrical-coordinate representation of color #90A612: hue angle of 68.92º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #90A612 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 166 | 18 | - |
| CMYK | 0.13 | 0 | 0.89 | 0.35 |
| HSL | 68.92º | 0.8% | 0.36% | - |
| HSV(B) | 68.92º | 0.89% | 0.65% | - |
| XYZ | 25.25 | 33.25 | 5.66 | - |
| YUV | 142.55 | 57.71 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 166 | 18 | 0.13 | 0 | 0.89 | 0.35 | 68.92 | 0.8 | 0.36 |
| Hex | 90 | A6 | 12 | D | 0 | 59 | 23 | 45 | 50 | 24 |
| Octal | 220 | 246 | 22 | 15 | 0 | 131 | 43 | 105 | 120 | 44 |
| Binary | 10010000 | 10100110 | 10010 | 1101 | 0 | 1011001 | 100011 | 1000101 | 1010000 | 100100 |
Color Harmonies of #90A612
Complementary color
Monochromatic Colors of #90A612
Black with #90A612
Text Example
Text Example
White with #90A612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A612; }
p { color: rgb(144,166,18); }
H1.HeaderClassName
{
color: #90A612;
}
.AnyTagClassName
{
color: #90A612;
}
</style>
background-color css
<style>
a { background-color: #90A612; }
a { background-color: rgb(144,166,18); }
div.DivClassName
{
background-color: #90A612;
}
.BgClassName
{
background-color: #90A612;
}
</style>
border-color css
<style>
span { border-color: #90A612; }
span { border-color: rgb(144,166,18); }
td.TdClassName
{
border-color: #90A612;
}
.TagClassName
{
border-color: #90A612;
}
</style>