Shades of Citrus #90CA0C
Tints of Citrus #90CA0C
RGB
CMYK
RGB Variations
Color information
#90CA0C (or 0x90CA0C) is known color: Citrus. HEX triplet: 90, CA and 0C. RGB value is (144,202,12). Sum of RGB (Red+Green+Blue) = 144+202+12=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 202 (79.30% from 255 or 56.42% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 202 - color contains mainly: green. Hex color #90CA0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90CA0C is #6F35F3. Grayscale: #A3A3A3. Windows color (decimal): -7288308 or 838288. OLE color: 838288.
HSL color Cylindrical-coordinate representation of color #90CA0C: hue angle of 78.32º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90CA0C is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 202 | 12 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.21 |
| HSL | 78.32º | 0.89% | 0.42% | - |
| HSV(B) | 78.32º | 0.94% | 0.79% | - |
| XYZ | 32.69 | 48.2 | 7.93 | - |
| YUV | 163 | 42.78 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 202 | 12 | 0.29 | 0 | 0.94 | 0.21 | 78.32 | 0.89 | 0.42 |
| Hex | 90 | CA | C | 1D | 0 | 5E | 15 | 4E | 59 | 2A |
| Octal | 220 | 312 | 14 | 35 | 0 | 136 | 25 | 116 | 131 | 52 |
| Binary | 10010000 | 11001010 | 1100 | 11101 | 0 | 1011110 | 10101 | 1001110 | 1011001 | 101010 |
Color Harmonies of #90CA0C
Complementary color
Monochromatic Colors of #90CA0C
Black with #90CA0C
Text Example
Text Example
White with #90CA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CA0C; }
p { color: rgb(144,202,12); }
H1.HeaderClassName
{
color: #90CA0C;
}
.AnyTagClassName
{
color: #90CA0C;
}
</style>
background-color css
<style>
a { background-color: #90CA0C; }
a { background-color: rgb(144,202,12); }
div.DivClassName
{
background-color: #90CA0C;
}
.BgClassName
{
background-color: #90CA0C;
}
</style>
border-color css
<style>
span { border-color: #90CA0C; }
span { border-color: rgb(144,202,12); }
td.TdClassName
{
border-color: #90CA0C;
}
.TagClassName
{
border-color: #90CA0C;
}
</style>