Shades of Citrus #90CA0A
Tints of Citrus #90CA0A
RGB
CMYK
RGB Variations
Color information
#90CA0A (or 0x90CA0A) is known color: Citrus. HEX triplet: 90, CA and 0A. RGB value is (144,202,10). Sum of RGB (Red+Green+Blue) = 144+202+10=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 10 (4.30% from 255 or 2.81% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #90CA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90CA0A is #6F35F5. Grayscale: #A3A3A3. Windows color (decimal): -7288310 or 707216. OLE color: 707216.
HSL color Cylindrical-coordinate representation of color #90CA0A: hue angle of 78.12º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #90CA0A is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 202 | 10 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.21 |
| HSL | 78.12º | 0.91% | 0.42% | - |
| HSV(B) | 78.12º | 0.95% | 0.79% | - |
| XYZ | 32.68 | 48.19 | 7.87 | - |
| YUV | 162.77 | 41.78 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 202 | 10 | 0.29 | 0 | 0.95 | 0.21 | 78.12 | 0.91 | 0.42 |
| Hex | 90 | CA | A | 1D | 0 | 5F | 15 | 4E | 5B | 2A |
| Octal | 220 | 312 | 12 | 35 | 0 | 137 | 25 | 116 | 133 | 52 |
| Binary | 10010000 | 11001010 | 1010 | 11101 | 0 | 1011111 | 10101 | 1001110 | 1011011 | 101010 |
Color Harmonies of #90CA0A
Complementary color
Monochromatic Colors of #90CA0A
Black with #90CA0A
Text Example
Text Example
White with #90CA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CA0A; }
p { color: rgb(144,202,10); }
H1.HeaderClassName
{
color: #90CA0A;
}
.AnyTagClassName
{
color: #90CA0A;
}
</style>
background-color css
<style>
a { background-color: #90CA0A; }
a { background-color: rgb(144,202,10); }
div.DivClassName
{
background-color: #90CA0A;
}
.BgClassName
{
background-color: #90CA0A;
}
</style>
border-color css
<style>
span { border-color: #90CA0A; }
span { border-color: rgb(144,202,10); }
td.TdClassName
{
border-color: #90CA0A;
}
.TagClassName
{
border-color: #90CA0A;
}
</style>