Shades of Citrus #90CE0F
Tints of Citrus #90CE0F
RGB
CMYK
RGB Variations
Color information
#90CE0F (or 0x90CE0F) is known color: Citrus. HEX triplet: 90, CE and 0F. RGB value is (144,206,15). Sum of RGB (Red+Green+Blue) = 144+206+15=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 206 (80.86% from 255 or 56.44% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 206 - color contains mainly: green. Hex color #90CE0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90CE0F is #6F31F0. Grayscale: #A6A6A6. Windows color (decimal): -7287281 or 1035920. OLE color: 1035920.
HSL color Cylindrical-coordinate representation of color #90CE0F: hue angle of 79.48º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90CE0F is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 206 | 15 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.19 |
| HSL | 79.48º | 0.86% | 0.43% | - |
| HSV(B) | 79.48º | 0.93% | 0.81% | - |
| XYZ | 33.66 | 50.11 | 8.35 | - |
| YUV | 165.69 | 42.96 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 206 | 15 | 0.30 | 0 | 0.93 | 0.19 | 79.48 | 0.86 | 0.43 |
| Hex | 90 | CE | F | 1E | 0 | 5D | 13 | 4F | 56 | 2B |
| Octal | 220 | 316 | 17 | 36 | 0 | 135 | 23 | 117 | 126 | 53 |
| Binary | 10010000 | 11001110 | 1111 | 11110 | 0 | 1011101 | 10011 | 1001111 | 1010110 | 101011 |
Color Harmonies of #90CE0F
Complementary color
Monochromatic Colors of #90CE0F
Black with #90CE0F
Text Example
Text Example
White with #90CE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CE0F; }
p { color: rgb(144,206,15); }
H1.HeaderClassName
{
color: #90CE0F;
}
.AnyTagClassName
{
color: #90CE0F;
}
</style>
background-color css
<style>
a { background-color: #90CE0F; }
a { background-color: rgb(144,206,15); }
div.DivClassName
{
background-color: #90CE0F;
}
.BgClassName
{
background-color: #90CE0F;
}
</style>
border-color css
<style>
span { border-color: #90CE0F; }
span { border-color: rgb(144,206,15); }
td.TdClassName
{
border-color: #90CE0F;
}
.TagClassName
{
border-color: #90CE0F;
}
</style>