Shades of Citron #90A228
Tints of Citron #90A228
RGB
CMYK
RGB Variations
Color information
#90A228 (or 0x90A228) is known color: Citron. HEX triplet: 90, A2 and 28. RGB value is (144,162,40). Sum of RGB (Red+Green+Blue) = 144+162+40=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 162 - color contains mainly: green. Hex color #90A228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A228 is #6F5DD7. Grayscale: #8F8F8F. Windows color (decimal): -7298520 or 2663056. OLE color: 2663056.
HSL color Cylindrical-coordinate representation of color #90A228: hue angle of 68.85º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #90A228 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 162 | 40 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.36 |
| HSL | 68.85º | 0.6% | 0.4% | - |
| HSV(B) | 68.85º | 0.75% | 0.64% | - |
| XYZ | 24.8 | 31.92 | 6.86 | - |
| YUV | 142.71 | 70.04 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 162 | 40 | 0.11 | 0 | 0.75 | 0.36 | 68.85 | 0.6 | 0.4 |
| Hex | 90 | A2 | 28 | B | 0 | 4B | 24 | 45 | 3C | 28 |
| Octal | 220 | 242 | 50 | 13 | 0 | 113 | 44 | 105 | 74 | 50 |
| Binary | 10010000 | 10100010 | 101000 | 1011 | 0 | 1001011 | 100100 | 1000101 | 111100 | 101000 |
Color Harmonies of #90A228
Complementary color
Monochromatic Colors of #90A228
Black with #90A228
Text Example
Text Example
White with #90A228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A228; }
p { color: rgb(144,162,40); }
H1.HeaderClassName
{
color: #90A228;
}
.AnyTagClassName
{
color: #90A228;
}
</style>
background-color css
<style>
a { background-color: #90A228; }
a { background-color: rgb(144,162,40); }
div.DivClassName
{
background-color: #90A228;
}
.BgClassName
{
background-color: #90A228;
}
</style>
border-color css
<style>
span { border-color: #90A228; }
span { border-color: rgb(144,162,40); }
td.TdClassName
{
border-color: #90A228;
}
.TagClassName
{
border-color: #90A228;
}
</style>