Shades of Citrus #90C40F
Tints of Citrus #90C40F
RGB
CMYK
RGB Variations
Color information
#90C40F (or 0x90C40F) is known color: Citrus. HEX triplet: 90, C4 and 0F. RGB value is (144,196,15). Sum of RGB (Red+Green+Blue) = 144+196+15=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 196 (76.95% from 255 or 55.21% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 196 - color contains mainly: green. Hex color #90C40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C40F is #6F3BF0. Grayscale: #A0A0A0. Windows color (decimal): -7289841 or 1033360. OLE color: 1033360.
HSL color Cylindrical-coordinate representation of color #90C40F: hue angle of 77.24º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #90C40F is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 196 | 15 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.23 |
| HSL | 77.24º | 0.86% | 0.41% | - |
| HSV(B) | 77.24º | 0.92% | 0.77% | - |
| XYZ | 31.33 | 45.44 | 7.57 | - |
| YUV | 159.82 | 46.27 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 196 | 15 | 0.27 | 0 | 0.92 | 0.23 | 77.24 | 0.86 | 0.41 |
| Hex | 90 | C4 | F | 1B | 0 | 5C | 17 | 4D | 56 | 29 |
| Octal | 220 | 304 | 17 | 33 | 0 | 134 | 27 | 115 | 126 | 51 |
| Binary | 10010000 | 11000100 | 1111 | 11011 | 0 | 1011100 | 10111 | 1001101 | 1010110 | 101001 |
Color Harmonies of #90C40F
Complementary color
Monochromatic Colors of #90C40F
Black with #90C40F
Text Example
Text Example
White with #90C40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C40F; }
p { color: rgb(144,196,15); }
H1.HeaderClassName
{
color: #90C40F;
}
.AnyTagClassName
{
color: #90C40F;
}
</style>
background-color css
<style>
a { background-color: #90C40F; }
a { background-color: rgb(144,196,15); }
div.DivClassName
{
background-color: #90C40F;
}
.BgClassName
{
background-color: #90C40F;
}
</style>
border-color css
<style>
span { border-color: #90C40F; }
span { border-color: rgb(144,196,15); }
td.TdClassName
{
border-color: #90C40F;
}
.TagClassName
{
border-color: #90C40F;
}
</style>