Shades of Citrus #8BC10C
Tints of Citrus #8BC10C
RGB
CMYK
RGB Variations
Color information
#8BC10C (or 0x8BC10C) is known color: Citrus. HEX triplet: 8B, C1 and 0C. RGB value is (139,193,12). Sum of RGB (Red+Green+Blue) = 139+193+12=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 193 (75.78% from 255 or 56.10% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC10C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC10C is #743EF3. Grayscale: #9C9C9C. Windows color (decimal): -7618292 or 835979. OLE color: 835979.
HSL color Cylindrical-coordinate representation of color #8BC10C: hue angle of 77.9º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8BC10C is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 193 | 12 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.24 |
| HSL | 77.9º | 0.88% | 0.4% | - |
| HSV(B) | 77.9º | 0.94% | 0.76% | - |
| XYZ | 29.78 | 43.66 | 7.2 | - |
| YUV | 156.22 | 46.61 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 193 | 12 | 0.28 | 0 | 0.94 | 0.24 | 77.9 | 0.88 | 0.4 |
| Hex | 8B | C1 | C | 1C | 0 | 5E | 18 | 4E | 58 | 28 |
| Octal | 213 | 301 | 14 | 34 | 0 | 136 | 30 | 116 | 130 | 50 |
| Binary | 10001011 | 11000001 | 1100 | 11100 | 0 | 1011110 | 11000 | 1001110 | 1011000 | 101000 |
Color Harmonies of #8BC10C
Complementary color
Monochromatic Colors of #8BC10C
Black with #8BC10C
Text Example
Text Example
White with #8BC10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC10C; }
p { color: rgb(139,193,12); }
H1.HeaderClassName
{
color: #8BC10C;
}
.AnyTagClassName
{
color: #8BC10C;
}
</style>
background-color css
<style>
a { background-color: #8BC10C; }
a { background-color: rgb(139,193,12); }
div.DivClassName
{
background-color: #8BC10C;
}
.BgClassName
{
background-color: #8BC10C;
}
</style>
border-color css
<style>
span { border-color: #8BC10C; }
span { border-color: rgb(139,193,12); }
td.TdClassName
{
border-color: #8BC10C;
}
.TagClassName
{
border-color: #8BC10C;
}
</style>