Shades of Citrus #90CF0F
Tints of Citrus #90CF0F
RGB
CMYK
RGB Variations
Color information
#90CF0F (or 0x90CF0F) is known color: Citrus. HEX triplet: 90, CF and 0F. RGB value is (144,207,15). Sum of RGB (Red+Green+Blue) = 144+207+15=366 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.34% from 366); Green value is 207 (81.25% from 255 or 56.56% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 207 - color contains mainly: green. Hex color #90CF0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90CF0F is #6F30F0. Grayscale: #A6A6A6. Windows color (decimal): -7287025 or 1036176. OLE color: 1036176.
HSL color Cylindrical-coordinate representation of color #90CF0F: hue angle of 79.69º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #90CF0F is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 207 | 15 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.19 |
| HSL | 79.69º | 0.86% | 0.44% | - |
| HSV(B) | 79.69º | 0.93% | 0.81% | - |
| XYZ | 33.9 | 50.59 | 8.43 | - |
| YUV | 166.28 | 42.63 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 15 | 0.30 | 0 | 0.93 | 0.19 | 79.69 | 0.86 | 0.44 |
| Hex | 90 | CF | F | 1E | 0 | 5D | 13 | 50 | 56 | 2C |
| Octal | 220 | 317 | 17 | 36 | 0 | 135 | 23 | 120 | 126 | 54 |
| Binary | 10010000 | 11001111 | 1111 | 11110 | 0 | 1011101 | 10011 | 1010000 | 1010110 | 101100 |
Color Harmonies of #90CF0F
Complementary color
Monochromatic Colors of #90CF0F
Black with #90CF0F
Text Example
Text Example
White with #90CF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CF0F; }
p { color: rgb(144,207,15); }
H1.HeaderClassName
{
color: #90CF0F;
}
.AnyTagClassName
{
color: #90CF0F;
}
</style>
background-color css
<style>
a { background-color: #90CF0F; }
a { background-color: rgb(144,207,15); }
div.DivClassName
{
background-color: #90CF0F;
}
.BgClassName
{
background-color: #90CF0F;
}
</style>
border-color css
<style>
span { border-color: #90CF0F; }
span { border-color: rgb(144,207,15); }
td.TdClassName
{
border-color: #90CF0F;
}
.TagClassName
{
border-color: #90CF0F;
}
</style>