Shades of Citrus #90A003
Tints of Citrus #90A003
RGB
CMYK
RGB Variations
Color information
#90A003 (or 0x90A003) is known color: Citrus. HEX triplet: 90, A0 and 03. RGB value is (144,160,3). Sum of RGB (Red+Green+Blue) = 144+160+3=307 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.91% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #90A003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A003 is #6F5FFC. Grayscale: #898989. Windows color (decimal): -7299069 or 237712. OLE color: 237712.
HSL color Cylindrical-coordinate representation of color #90A003: hue angle of 66.11º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #90A003 is Cyan = 0.1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 160 | 3 | - |
| CMYK | 0.1 | 0 | 0.98 | 0.37 |
| HSL | 66.11º | 0.96% | 0.32% | - |
| HSV(B) | 66.11º | 0.98% | 0.63% | - |
| XYZ | 24.09 | 31.08 | 4.82 | - |
| YUV | 137.32 | 52.2 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 160 | 3 | 0.1 | 0 | 0.98 | 0.37 | 66.11 | 0.96 | 0.32 |
| Hex | 90 | A0 | 3 | A | 0 | 62 | 25 | 42 | 60 | 20 |
| Octal | 220 | 240 | 3 | 12 | 0 | 142 | 45 | 102 | 140 | 40 |
| Binary | 10010000 | 10100000 | 11 | 1010 | 0 | 1100010 | 100101 | 1000010 | 1100000 | 100000 |
Color Harmonies of #90A003
Complementary color
Monochromatic Colors of #90A003
Black with #90A003
Text Example
Text Example
White with #90A003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A003; }
p { color: rgb(144,160,3); }
H1.HeaderClassName
{
color: #90A003;
}
.AnyTagClassName
{
color: #90A003;
}
</style>
background-color css
<style>
a { background-color: #90A003; }
a { background-color: rgb(144,160,3); }
div.DivClassName
{
background-color: #90A003;
}
.BgClassName
{
background-color: #90A003;
}
</style>
border-color css
<style>
span { border-color: #90A003; }
span { border-color: rgb(144,160,3); }
td.TdClassName
{
border-color: #90A003;
}
.TagClassName
{
border-color: #90A003;
}
</style>