Shades of Citron #90A620
Tints of Citron #90A620
RGB
CMYK
RGB Variations
Color information
#90A620 (or 0x90A620) is known color: Citron. HEX triplet: 90, A6 and 20. RGB value is (144,166,32). Sum of RGB (Red+Green+Blue) = 144+166+32=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 32 (12.89% from 255 or 9.36% from 342); Max value from RGB is 166 - color contains mainly: green. Hex color #90A620 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A620 is #6F59DF. Grayscale: #909090. Windows color (decimal): -7297504 or 2139792. OLE color: 2139792.
HSL color Cylindrical-coordinate representation of color #90A620: hue angle of 69.85º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90A620 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 166 | 32 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.35 |
| HSL | 69.85º | 0.68% | 0.39% | - |
| HSV(B) | 69.85º | 0.81% | 0.65% | - |
| XYZ | 25.4 | 33.31 | 6.46 | - |
| YUV | 144.15 | 64.71 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 166 | 32 | 0.13 | 0 | 0.81 | 0.35 | 69.85 | 0.68 | 0.39 |
| Hex | 90 | A6 | 20 | D | 0 | 51 | 23 | 46 | 44 | 27 |
| Octal | 220 | 246 | 40 | 15 | 0 | 121 | 43 | 106 | 104 | 47 |
| Binary | 10010000 | 10100110 | 100000 | 1101 | 0 | 1010001 | 100011 | 1000110 | 1000100 | 100111 |
Color Harmonies of #90A620
Complementary color
Monochromatic Colors of #90A620
Black with #90A620
Text Example
Text Example
White with #90A620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A620; }
p { color: rgb(144,166,32); }
H1.HeaderClassName
{
color: #90A620;
}
.AnyTagClassName
{
color: #90A620;
}
</style>
background-color css
<style>
a { background-color: #90A620; }
a { background-color: rgb(144,166,32); }
div.DivClassName
{
background-color: #90A620;
}
.BgClassName
{
background-color: #90A620;
}
</style>
border-color css
<style>
span { border-color: #90A620; }
span { border-color: rgb(144,166,32); }
td.TdClassName
{
border-color: #90A620;
}
.TagClassName
{
border-color: #90A620;
}
</style>