Shades of Citrus #90A800
Tints of Citrus #90A800
RGB
CMYK
RGB Variations
Color information
#90A800 (or 0x90A800) is known color: Citrus. HEX triplet: 90, A8 and 00. RGB value is (144,168,0). Sum of RGB (Red+Green+Blue) = 144+168+0=312 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.15% from 312); Green value is 168 (66.02% from 255 or 53.85% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 168 - color contains mainly: green. Hex color #90A800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A800 is #6F57FF. Grayscale: #8E8E8E. Windows color (decimal): -7297024 or 43152. OLE color: 43152.
HSL color Cylindrical-coordinate representation of color #90A800: hue angle of 68.57º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90A800 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 168 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.34 |
| HSL | 68.57º | 1% | 0.33% | - |
| HSV(B) | 68.57º | 1% | 0.66% | - |
| XYZ | 25.5 | 33.93 | 5.21 | - |
| YUV | 141.67 | 48.05 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 168 | 0 | 0.14 | 0 | 1 | 0.34 | 68.57 | 1 | 0.33 |
| Hex | 90 | A8 | 0 | E | 0 | 64 | 22 | 45 | 64 | 21 |
| Octal | 220 | 250 | 0 | 16 | 0 | 144 | 42 | 105 | 144 | 41 |
| Binary | 10010000 | 10101000 | 0 | 1110 | 0 | 1100100 | 100010 | 1000101 | 1100100 | 100001 |
Color Harmonies of #90A800
Complementary color
Monochromatic Colors of #90A800
Black with #90A800
Text Example
Text Example
White with #90A800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A800; }
p { color: rgb(144,168,0); }
H1.HeaderClassName
{
color: #90A800;
}
.AnyTagClassName
{
color: #90A800;
}
</style>
background-color css
<style>
a { background-color: #90A800; }
a { background-color: rgb(144,168,0); }
div.DivClassName
{
background-color: #90A800;
}
.BgClassName
{
background-color: #90A800;
}
</style>
border-color css
<style>
span { border-color: #90A800; }
span { border-color: rgb(144,168,0); }
td.TdClassName
{
border-color: #90A800;
}
.TagClassName
{
border-color: #90A800;
}
</style>