Shades of Citron #90A01C
Tints of Citron #90A01C
RGB
CMYK
RGB Variations
Color information
#90A01C (or 0x90A01C) is known color: Citron. HEX triplet: 90, A0 and 1C. RGB value is (144,160,28). Sum of RGB (Red+Green+Blue) = 144+160+28=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 160 (62.89% from 255 or 48.19% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 160 - color contains mainly: green. Hex color #90A01C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A01C is #6F5FE3. Grayscale: #8C8C8C. Windows color (decimal): -7299044 or 1876112. OLE color: 1876112.
HSL color Cylindrical-coordinate representation of color #90A01C: hue angle of 67.27º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #90A01C is Cyan = 0.1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 160 | 28 | - |
| CMYK | 0.1 | 0 | 0.82 | 0.37 |
| HSL | 67.27º | 0.7% | 0.37% | - |
| HSV(B) | 67.27º | 0.83% | 0.63% | - |
| XYZ | 24.28 | 31.15 | 5.83 | - |
| YUV | 140.17 | 64.7 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 160 | 28 | 0.1 | 0 | 0.82 | 0.37 | 67.27 | 0.7 | 0.37 |
| Hex | 90 | A0 | 1C | A | 0 | 52 | 25 | 43 | 46 | 25 |
| Octal | 220 | 240 | 34 | 12 | 0 | 122 | 45 | 103 | 106 | 45 |
| Binary | 10010000 | 10100000 | 11100 | 1010 | 0 | 1010010 | 100101 | 1000011 | 1000110 | 100101 |
Color Harmonies of #90A01C
Complementary color
Monochromatic Colors of #90A01C
Black with #90A01C
Text Example
Text Example
White with #90A01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A01C; }
p { color: rgb(144,160,28); }
H1.HeaderClassName
{
color: #90A01C;
}
.AnyTagClassName
{
color: #90A01C;
}
</style>
background-color css
<style>
a { background-color: #90A01C; }
a { background-color: rgb(144,160,28); }
div.DivClassName
{
background-color: #90A01C;
}
.BgClassName
{
background-color: #90A01C;
}
</style>
border-color css
<style>
span { border-color: #90A01C; }
span { border-color: rgb(144,160,28); }
td.TdClassName
{
border-color: #90A01C;
}
.TagClassName
{
border-color: #90A01C;
}
</style>