Shades of Citrus #8FC90F
Tints of Citrus #8FC90F
RGB
CMYK
RGB Variations
Color information
#8FC90F (or 0x8FC90F) is known color: Citrus. HEX triplet: 8F, C9 and 0F. RGB value is (143,201,15). Sum of RGB (Red+Green+Blue) = 143+201+15=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 201 (78.91% from 255 or 55.99% from 359); Blue value is 15 (6.25% from 255 or 4.18% from 359); Max value from RGB is 201 - color contains mainly: green. Hex color #8FC90F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC90F is #7036F0. Grayscale: #A3A3A3. Windows color (decimal): -7354097 or 1034639. OLE color: 1034639.
HSL color Cylindrical-coordinate representation of color #8FC90F: hue angle of 78.71º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8FC90F is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 201 | 15 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.21 |
| HSL | 78.71º | 0.86% | 0.42% | - |
| HSV(B) | 78.71º | 0.93% | 0.79% | - |
| XYZ | 32.3 | 47.65 | 7.95 | - |
| YUV | 162.45 | 44.78 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 201 | 15 | 0.29 | 0 | 0.93 | 0.21 | 78.71 | 0.86 | 0.42 |
| Hex | 8F | C9 | F | 1D | 0 | 5D | 15 | 4F | 56 | 2A |
| Octal | 217 | 311 | 17 | 35 | 0 | 135 | 25 | 117 | 126 | 52 |
| Binary | 10001111 | 11001001 | 1111 | 11101 | 0 | 1011101 | 10101 | 1001111 | 1010110 | 101010 |
Color Harmonies of #8FC90F
Complementary color
Monochromatic Colors of #8FC90F
Black with #8FC90F
Text Example
Text Example
White with #8FC90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC90F; }
p { color: rgb(143,201,15); }
H1.HeaderClassName
{
color: #8FC90F;
}
.AnyTagClassName
{
color: #8FC90F;
}
</style>
background-color css
<style>
a { background-color: #8FC90F; }
a { background-color: rgb(143,201,15); }
div.DivClassName
{
background-color: #8FC90F;
}
.BgClassName
{
background-color: #8FC90F;
}
</style>
border-color css
<style>
span { border-color: #8FC90F; }
span { border-color: rgb(143,201,15); }
td.TdClassName
{
border-color: #8FC90F;
}
.TagClassName
{
border-color: #8FC90F;
}
</style>