Shades of Citrus #8BC90E
Tints of Citrus #8BC90E
RGB
CMYK
RGB Variations
Color information
#8BC90E (or 0x8BC90E) is known color: Citrus. HEX triplet: 8B, C9 and 0E. RGB value is (139,201,14). Sum of RGB (Red+Green+Blue) = 139+201+14=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 201 (78.91% from 255 or 56.78% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC90E is #7436F1. Grayscale: #A1A1A1. Windows color (decimal): -7616242 or 969099. OLE color: 969099.
HSL color Cylindrical-coordinate representation of color #8BC90E: hue angle of 79.89º degrees, saturation: 0.87, 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 #8BC90E is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 201 | 14 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.21 |
| HSL | 79.89º | 0.87% | 0.42% | - |
| HSV(B) | 79.89º | 0.93% | 0.79% | - |
| XYZ | 31.61 | 47.29 | 7.88 | - |
| YUV | 161.14 | 44.96 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 201 | 14 | 0.31 | 0 | 0.93 | 0.21 | 79.89 | 0.87 | 0.42 |
| Hex | 8B | C9 | E | 1F | 0 | 5D | 15 | 50 | 57 | 2A |
| Octal | 213 | 311 | 16 | 37 | 0 | 135 | 25 | 120 | 127 | 52 |
| Binary | 10001011 | 11001001 | 1110 | 11111 | 0 | 1011101 | 10101 | 1010000 | 1010111 | 101010 |
Color Harmonies of #8BC90E
Complementary color
Monochromatic Colors of #8BC90E
Black with #8BC90E
Text Example
Text Example
White with #8BC90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC90E; }
p { color: rgb(139,201,14); }
H1.HeaderClassName
{
color: #8BC90E;
}
.AnyTagClassName
{
color: #8BC90E;
}
</style>
background-color css
<style>
a { background-color: #8BC90E; }
a { background-color: rgb(139,201,14); }
div.DivClassName
{
background-color: #8BC90E;
}
.BgClassName
{
background-color: #8BC90E;
}
</style>
border-color css
<style>
span { border-color: #8BC90E; }
span { border-color: rgb(139,201,14); }
td.TdClassName
{
border-color: #8BC90E;
}
.TagClassName
{
border-color: #8BC90E;
}
</style>