Shades of Citrus #90A704
Tints of Citrus #90A704
RGB
CMYK
RGB Variations
Color information
#90A704 (or 0x90A704) is known color: Citrus. HEX triplet: 90, A7 and 04. RGB value is (144,167,4). Sum of RGB (Red+Green+Blue) = 144+167+4=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 167 (65.62% from 255 or 53.02% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 167 - color contains mainly: green. Hex color #90A704 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A704 is #6F58FB. Grayscale: #8E8E8E. Windows color (decimal): -7297276 or 305040. OLE color: 305040.
HSL color Cylindrical-coordinate representation of color #90A704: hue angle of 68.47º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #90A704 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 167 | 4 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.35 |
| HSL | 68.47º | 0.95% | 0.34% | - |
| HSV(B) | 68.47º | 0.98% | 0.65% | - |
| XYZ | 25.34 | 33.58 | 5.26 | - |
| YUV | 141.54 | 50.38 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 167 | 4 | 0.14 | 0 | 0.98 | 0.35 | 68.47 | 0.95 | 0.34 |
| Hex | 90 | A7 | 4 | E | 0 | 62 | 23 | 44 | 5F | 22 |
| Octal | 220 | 247 | 4 | 16 | 0 | 142 | 43 | 104 | 137 | 42 |
| Binary | 10010000 | 10100111 | 100 | 1110 | 0 | 1100010 | 100011 | 1000100 | 1011111 | 100010 |
Color Harmonies of #90A704
Complementary color
Monochromatic Colors of #90A704
Black with #90A704
Text Example
Text Example
White with #90A704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A704; }
p { color: rgb(144,167,4); }
H1.HeaderClassName
{
color: #90A704;
}
.AnyTagClassName
{
color: #90A704;
}
</style>
background-color css
<style>
a { background-color: #90A704; }
a { background-color: rgb(144,167,4); }
div.DivClassName
{
background-color: #90A704;
}
.BgClassName
{
background-color: #90A704;
}
</style>
border-color css
<style>
span { border-color: #90A704; }
span { border-color: rgb(144,167,4); }
td.TdClassName
{
border-color: #90A704;
}
.TagClassName
{
border-color: #90A704;
}
</style>