Shades of Citrus #90A200
Tints of Citrus #90A200
RGB
CMYK
RGB Variations
Color information
#90A200 (or 0x90A200) is known color: Citrus. HEX triplet: 90, A2 and 00. RGB value is (144,162,0). Sum of RGB (Red+Green+Blue) = 144+162+0=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 162 (63.67% from 255 or 52.94% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 162 - color contains mainly: green. Hex color #90A200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A200 is #6F5DFF. Grayscale: #8A8A8A. Windows color (decimal): -7298560 or 41616. OLE color: 41616.
HSL color Cylindrical-coordinate representation of color #90A200: hue angle of 66.67º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90A200 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 162 | 0 | - |
| CMYK | 0.11 | 0 | 1 | 0.36 |
| HSL | 66.67º | 1% | 0.32% | - |
| HSV(B) | 66.67º | 1% | 0.64% | - |
| XYZ | 24.42 | 31.77 | 4.85 | - |
| YUV | 138.15 | 50.04 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 162 | 0 | 0.11 | 0 | 1 | 0.36 | 66.67 | 1 | 0.32 |
| Hex | 90 | A2 | 0 | B | 0 | 64 | 24 | 43 | 64 | 20 |
| Octal | 220 | 242 | 0 | 13 | 0 | 144 | 44 | 103 | 144 | 40 |
| Binary | 10010000 | 10100010 | 0 | 1011 | 0 | 1100100 | 100100 | 1000011 | 1100100 | 100000 |
Color Harmonies of #90A200
Complementary color
Monochromatic Colors of #90A200
Black with #90A200
Text Example
Text Example
White with #90A200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A200; }
p { color: rgb(144,162,0); }
H1.HeaderClassName
{
color: #90A200;
}
.AnyTagClassName
{
color: #90A200;
}
</style>
background-color css
<style>
a { background-color: #90A200; }
a { background-color: rgb(144,162,0); }
div.DivClassName
{
background-color: #90A200;
}
.BgClassName
{
background-color: #90A200;
}
</style>
border-color css
<style>
span { border-color: #90A200; }
span { border-color: rgb(144,162,0); }
td.TdClassName
{
border-color: #90A200;
}
.TagClassName
{
border-color: #90A200;
}
</style>