Shades of Citrus #90A404
Tints of Citrus #90A404
RGB
CMYK
RGB Variations
Color information
#90A404 (or 0x90A404) is known color: Citrus. HEX triplet: 90, A4 and 04. RGB value is (144,164,4). Sum of RGB (Red+Green+Blue) = 144+164+4=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 164 (64.45% from 255 or 52.56% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 164 - color contains mainly: green. Hex color #90A404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A404 is #6F5BFB. Grayscale: #8C8C8C. Windows color (decimal): -7298044 or 304272. OLE color: 304272.
HSL color Cylindrical-coordinate representation of color #90A404: hue angle of 67.5º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #90A404 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 164 | 4 | - |
| CMYK | 0.12 | 0 | 0.98 | 0.36 |
| HSL | 67.5º | 0.95% | 0.33% | - |
| HSV(B) | 67.5º | 0.98% | 0.64% | - |
| XYZ | 24.8 | 32.49 | 5.08 | - |
| YUV | 139.78 | 51.37 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 164 | 4 | 0.12 | 0 | 0.98 | 0.36 | 67.5 | 0.95 | 0.33 |
| Hex | 90 | A4 | 4 | C | 0 | 62 | 24 | 44 | 5F | 21 |
| Octal | 220 | 244 | 4 | 14 | 0 | 142 | 44 | 104 | 137 | 41 |
| Binary | 10010000 | 10100100 | 100 | 1100 | 0 | 1100010 | 100100 | 1000100 | 1011111 | 100001 |
Color Harmonies of #90A404
Complementary color
Monochromatic Colors of #90A404
Black with #90A404
Text Example
Text Example
White with #90A404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A404; }
p { color: rgb(144,164,4); }
H1.HeaderClassName
{
color: #90A404;
}
.AnyTagClassName
{
color: #90A404;
}
</style>
background-color css
<style>
a { background-color: #90A404; }
a { background-color: rgb(144,164,4); }
div.DivClassName
{
background-color: #90A404;
}
.BgClassName
{
background-color: #90A404;
}
</style>
border-color css
<style>
span { border-color: #90A404; }
span { border-color: rgb(144,164,4); }
td.TdClassName
{
border-color: #90A404;
}
.TagClassName
{
border-color: #90A404;
}
</style>