Shades of Citrus #8FC00A
Tints of Citrus #8FC00A
RGB
CMYK
RGB Variations
Color information
#8FC00A (or 0x8FC00A) is known color: Citrus. HEX triplet: 8F, C0 and 0A. RGB value is (143,192,10). Sum of RGB (Red+Green+Blue) = 143+192+10=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 192 (75.39% from 255 or 55.65% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC00A is #703FF5. Grayscale: #9D9D9D. Windows color (decimal): -7356406 or 704655. OLE color: 704655.
HSL color Cylindrical-coordinate representation of color #8FC00A: hue angle of 76.15º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8FC00A is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 192 | 10 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.25 |
| HSL | 76.15º | 0.9% | 0.4% | - |
| HSV(B) | 76.15º | 0.95% | 0.75% | - |
| XYZ | 30.23 | 43.56 | 7.1 | - |
| YUV | 156.6 | 45.27 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 192 | 10 | 0.26 | 0 | 0.95 | 0.25 | 76.15 | 0.9 | 0.4 |
| Hex | 8F | C0 | A | 1A | 0 | 5F | 19 | 4C | 5A | 28 |
| Octal | 217 | 300 | 12 | 32 | 0 | 137 | 31 | 114 | 132 | 50 |
| Binary | 10001111 | 11000000 | 1010 | 11010 | 0 | 1011111 | 11001 | 1001100 | 1011010 | 101000 |
Color Harmonies of #8FC00A
Complementary color
Monochromatic Colors of #8FC00A
Black with #8FC00A
Text Example
Text Example
White with #8FC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC00A; }
p { color: rgb(143,192,10); }
H1.HeaderClassName
{
color: #8FC00A;
}
.AnyTagClassName
{
color: #8FC00A;
}
</style>
background-color css
<style>
a { background-color: #8FC00A; }
a { background-color: rgb(143,192,10); }
div.DivClassName
{
background-color: #8FC00A;
}
.BgClassName
{
background-color: #8FC00A;
}
</style>
border-color css
<style>
span { border-color: #8FC00A; }
span { border-color: rgb(143,192,10); }
td.TdClassName
{
border-color: #8FC00A;
}
.TagClassName
{
border-color: #8FC00A;
}
</style>