Shades of Citrus #8FC112
Tints of Citrus #8FC112
RGB
CMYK
RGB Variations
Color information
#8FC112 (or 0x8FC112) is known color: Citrus. HEX triplet: 8F, C1 and 12. RGB value is (143,193,18). Sum of RGB (Red+Green+Blue) = 143+193+18=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 193 (75.78% from 255 or 54.52% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 193 - color contains mainly: green. Hex color #8FC112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC112 is #703EED. Grayscale: #9E9E9E. Windows color (decimal): -7356142 or 1229199. OLE color: 1229199.
HSL color Cylindrical-coordinate representation of color #8FC112: hue angle of 77.14º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8FC112 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 193 | 18 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.24 |
| HSL | 77.14º | 0.83% | 0.41% | - |
| HSV(B) | 77.14º | 0.91% | 0.76% | - |
| XYZ | 30.51 | 44.02 | 7.46 | - |
| YUV | 158.1 | 48.94 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 193 | 18 | 0.26 | 0 | 0.91 | 0.24 | 77.14 | 0.83 | 0.41 |
| Hex | 8F | C1 | 12 | 1A | 0 | 5B | 18 | 4D | 53 | 29 |
| Octal | 217 | 301 | 22 | 32 | 0 | 133 | 30 | 115 | 123 | 51 |
| Binary | 10001111 | 11000001 | 10010 | 11010 | 0 | 1011011 | 11000 | 1001101 | 1010011 | 101001 |
Color Harmonies of #8FC112
Complementary color
Monochromatic Colors of #8FC112
Black with #8FC112
Text Example
Text Example
White with #8FC112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC112; }
p { color: rgb(143,193,18); }
H1.HeaderClassName
{
color: #8FC112;
}
.AnyTagClassName
{
color: #8FC112;
}
</style>
background-color css
<style>
a { background-color: #8FC112; }
a { background-color: rgb(143,193,18); }
div.DivClassName
{
background-color: #8FC112;
}
.BgClassName
{
background-color: #8FC112;
}
</style>
border-color css
<style>
span { border-color: #8FC112; }
span { border-color: rgb(143,193,18); }
td.TdClassName
{
border-color: #8FC112;
}
.TagClassName
{
border-color: #8FC112;
}
</style>