Shades of Citron #90A229
Tints of Citron #90A229
RGB
CMYK
RGB Variations
Color information
#90A229 (or 0x90A229) is known color: Citron. HEX triplet: 90, A2 and 29. RGB value is (144,162,41). Sum of RGB (Red+Green+Blue) = 144+162+41=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 162 - color contains mainly: green. Hex color #90A229 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A229 is #6F5DD6. Grayscale: #8F8F8F. Windows color (decimal): -7298519 or 2728592. OLE color: 2728592.
HSL color Cylindrical-coordinate representation of color #90A229: hue angle of 68.93º 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 #90A229 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 162 | 41 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.36 |
| HSL | 68.93º | 0.6% | 0.4% | - |
| HSV(B) | 68.93º | 0.75% | 0.64% | - |
| XYZ | 24.82 | 31.93 | 6.95 | - |
| YUV | 142.82 | 70.54 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 162 | 41 | 0.11 | 0 | 0.75 | 0.36 | 68.93 | 0.6 | 0.4 |
| Hex | 90 | A2 | 29 | B | 0 | 4B | 24 | 45 | 3C | 28 |
| Octal | 220 | 242 | 51 | 13 | 0 | 113 | 44 | 105 | 74 | 50 |
| Binary | 10010000 | 10100010 | 101001 | 1011 | 0 | 1001011 | 100100 | 1000101 | 111100 | 101000 |
Color Harmonies of #90A229
Complementary color
Monochromatic Colors of #90A229
Black with #90A229
Text Example
Text Example
White with #90A229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A229; }
p { color: rgb(144,162,41); }
H1.HeaderClassName
{
color: #90A229;
}
.AnyTagClassName
{
color: #90A229;
}
</style>
background-color css
<style>
a { background-color: #90A229; }
a { background-color: rgb(144,162,41); }
div.DivClassName
{
background-color: #90A229;
}
.BgClassName
{
background-color: #90A229;
}
</style>
border-color css
<style>
span { border-color: #90A229; }
span { border-color: rgb(144,162,41); }
td.TdClassName
{
border-color: #90A229;
}
.TagClassName
{
border-color: #90A229;
}
</style>