Shades of Citrus #90AA04
Tints of Citrus #90AA04
RGB
CMYK
RGB Variations
Color information
#90AA04 (or 0x90AA04) is known color: Citrus. HEX triplet: 90, AA and 04. RGB value is (144,170,4). Sum of RGB (Red+Green+Blue) = 144+170+4=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 170 (66.80% from 255 or 53.46% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AA04 is #6F55FB. Grayscale: #8F8F8F. Windows color (decimal): -7296508 or 305808. OLE color: 305808.
HSL color Cylindrical-coordinate representation of color #90AA04: hue angle of 69.4º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #90AA04 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 170 | 4 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.33 |
| HSL | 69.4º | 0.95% | 0.34% | - |
| HSV(B) | 69.4º | 0.98% | 0.67% | - |
| XYZ | 25.9 | 34.69 | 5.45 | - |
| YUV | 143.3 | 49.39 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 4 | 0.15 | 0 | 0.98 | 0.33 | 69.4 | 0.95 | 0.34 |
| Hex | 90 | AA | 4 | F | 0 | 62 | 21 | 45 | 5F | 22 |
| Octal | 220 | 252 | 4 | 17 | 0 | 142 | 41 | 105 | 137 | 42 |
| Binary | 10010000 | 10101010 | 100 | 1111 | 0 | 1100010 | 100001 | 1000101 | 1011111 | 100010 |
Color Harmonies of #90AA04
Complementary color
Monochromatic Colors of #90AA04
Black with #90AA04
Text Example
Text Example
White with #90AA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AA04; }
p { color: rgb(144,170,4); }
H1.HeaderClassName
{
color: #90AA04;
}
.AnyTagClassName
{
color: #90AA04;
}
</style>
background-color css
<style>
a { background-color: #90AA04; }
a { background-color: rgb(144,170,4); }
div.DivClassName
{
background-color: #90AA04;
}
.BgClassName
{
background-color: #90AA04;
}
</style>
border-color css
<style>
span { border-color: #90AA04; }
span { border-color: rgb(144,170,4); }
td.TdClassName
{
border-color: #90AA04;
}
.TagClassName
{
border-color: #90AA04;
}
</style>