Shades of Citrus #90C301
Tints of Citrus #90C301
RGB
CMYK
RGB Variations
Color information
#90C301 (or 0x90C301) is known color: Citrus. HEX triplet: 90, C3 and 01. RGB value is (144,195,1). Sum of RGB (Red+Green+Blue) = 144+195+1=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 195 (76.56% from 255 or 57.35% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 195 - color contains mainly: green. Hex color #90C301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90C301 is #6F3CFE. Grayscale: #9E9E9E. Windows color (decimal): -7290111 or 115600. OLE color: 115600.
HSL color Cylindrical-coordinate representation of color #90C301: hue angle of 75.77º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90C301 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 195 | 1 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.24 |
| HSL | 75.77º | 0.99% | 0.38% | - |
| HSV(B) | 75.77º | 0.99% | 0.76% | - |
| XYZ | 31.02 | 44.96 | 7.07 | - |
| YUV | 157.64 | 39.6 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 195 | 1 | 0.26 | 0 | 0.99 | 0.24 | 75.77 | 0.99 | 0.38 |
| Hex | 90 | C3 | 1 | 1A | 0 | 63 | 18 | 4C | 63 | 26 |
| Octal | 220 | 303 | 1 | 32 | 0 | 143 | 30 | 114 | 143 | 46 |
| Binary | 10010000 | 11000011 | 1 | 11010 | 0 | 1100011 | 11000 | 1001100 | 1100011 | 100110 |
Color Harmonies of #90C301
Complementary color
Monochromatic Colors of #90C301
Black with #90C301
Text Example
Text Example
White with #90C301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C301; }
p { color: rgb(144,195,1); }
H1.HeaderClassName
{
color: #90C301;
}
.AnyTagClassName
{
color: #90C301;
}
</style>
background-color css
<style>
a { background-color: #90C301; }
a { background-color: rgb(144,195,1); }
div.DivClassName
{
background-color: #90C301;
}
.BgClassName
{
background-color: #90C301;
}
</style>
border-color css
<style>
span { border-color: #90C301; }
span { border-color: rgb(144,195,1); }
td.TdClassName
{
border-color: #90C301;
}
.TagClassName
{
border-color: #90C301;
}
</style>