Shades of Citrus #8FBC12
Tints of Citrus #8FBC12
RGB
CMYK
RGB Variations
Color information
#8FBC12 (or 0x8FBC12) is known color: Citrus. HEX triplet: 8F, BC and 12. RGB value is (143,188,18). Sum of RGB (Red+Green+Blue) = 143+188+18=349 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.97% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBC12 is #7043ED. Grayscale: #9B9B9B. Windows color (decimal): -7357422 or 1227919. OLE color: 1227919.
HSL color Cylindrical-coordinate representation of color #8FBC12: hue angle of 75.88º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8FBC12 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 18 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.26 |
| HSL | 75.88º | 0.83% | 0.4% | - |
| HSV(B) | 75.88º | 0.9% | 0.74% | - |
| XYZ | 29.42 | 41.85 | 7.1 | - |
| YUV | 155.17 | 50.59 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 18 | 0.24 | 0 | 0.90 | 0.26 | 75.88 | 0.83 | 0.4 |
| Hex | 8F | BC | 12 | 18 | 0 | 5A | 1A | 4C | 53 | 28 |
| Octal | 217 | 274 | 22 | 30 | 0 | 132 | 32 | 114 | 123 | 50 |
| Binary | 10001111 | 10111100 | 10010 | 11000 | 0 | 1011010 | 11010 | 1001100 | 1010011 | 101000 |
Color Harmonies of #8FBC12
Complementary color
Monochromatic Colors of #8FBC12
Black with #8FBC12
Text Example
Text Example
White with #8FBC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC12; }
p { color: rgb(143,188,18); }
H1.HeaderClassName
{
color: #8FBC12;
}
.AnyTagClassName
{
color: #8FBC12;
}
</style>
background-color css
<style>
a { background-color: #8FBC12; }
a { background-color: rgb(143,188,18); }
div.DivClassName
{
background-color: #8FBC12;
}
.BgClassName
{
background-color: #8FBC12;
}
</style>
border-color css
<style>
span { border-color: #8FBC12; }
span { border-color: rgb(143,188,18); }
td.TdClassName
{
border-color: #8FBC12;
}
.TagClassName
{
border-color: #8FBC12;
}
</style>