Shades of Citrus #8BC90C
Tints of Citrus #8BC90C
RGB
CMYK
RGB Variations
Color information
#8BC90C (or 0x8BC90C) is known color: Citrus. HEX triplet: 8B, C9 and 0C. RGB value is (139,201,12). Sum of RGB (Red+Green+Blue) = 139+201+12=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 201 (78.91% from 255 or 57.10% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC90C is #7436F3. Grayscale: #A1A1A1. Windows color (decimal): -7616244 or 838027. OLE color: 838027.
HSL color Cylindrical-coordinate representation of color #8BC90C: hue angle of 79.68º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8BC90C is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 201 | 12 | - |
| CMYK | 0.31 | 0 | 0.94 | 0.21 |
| HSL | 79.68º | 0.89% | 0.42% | - |
| HSV(B) | 79.68º | 0.94% | 0.79% | - |
| XYZ | 31.6 | 47.29 | 7.81 | - |
| YUV | 160.92 | 43.96 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 201 | 12 | 0.31 | 0 | 0.94 | 0.21 | 79.68 | 0.89 | 0.42 |
| Hex | 8B | C9 | C | 1F | 0 | 5E | 15 | 50 | 59 | 2A |
| Octal | 213 | 311 | 14 | 37 | 0 | 136 | 25 | 120 | 131 | 52 |
| Binary | 10001011 | 11001001 | 1100 | 11111 | 0 | 1011110 | 10101 | 1010000 | 1011001 | 101010 |
Color Harmonies of #8BC90C
Complementary color
Monochromatic Colors of #8BC90C
Black with #8BC90C
Text Example
Text Example
White with #8BC90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC90C; }
p { color: rgb(139,201,12); }
H1.HeaderClassName
{
color: #8BC90C;
}
.AnyTagClassName
{
color: #8BC90C;
}
</style>
background-color css
<style>
a { background-color: #8BC90C; }
a { background-color: rgb(139,201,12); }
div.DivClassName
{
background-color: #8BC90C;
}
.BgClassName
{
background-color: #8BC90C;
}
</style>
border-color css
<style>
span { border-color: #8BC90C; }
span { border-color: rgb(139,201,12); }
td.TdClassName
{
border-color: #8BC90C;
}
.TagClassName
{
border-color: #8BC90C;
}
</style>