Shades of Citrus #8DC00A
Tints of Citrus #8DC00A
RGB
CMYK
RGB Variations
Color information
#8DC00A (or 0x8DC00A) is known color: Citrus. HEX triplet: 8D, C0 and 0A. RGB value is (141,192,10). Sum of RGB (Red+Green+Blue) = 141+192+10=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 192 (75.39% from 255 or 55.98% from 343); Blue value is 10 (4.30% from 255 or 2.92% from 343); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC00A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC00A is #723FF5. Grayscale: #9C9C9C. Windows color (decimal): -7487478 or 704653. OLE color: 704653.
HSL color Cylindrical-coordinate representation of color #8DC00A: hue angle of 76.81º 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 #8DC00A is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 192 | 10 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.25 |
| HSL | 76.81º | 0.9% | 0.4% | - |
| HSV(B) | 76.81º | 0.95% | 0.75% | - |
| XYZ | 29.89 | 43.38 | 7.09 | - |
| YUV | 156 | 45.6 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 10 | 0.27 | 0 | 0.95 | 0.25 | 76.81 | 0.9 | 0.4 |
| Hex | 8D | C0 | A | 1B | 0 | 5F | 19 | 4D | 5A | 28 |
| Octal | 215 | 300 | 12 | 33 | 0 | 137 | 31 | 115 | 132 | 50 |
| Binary | 10001101 | 11000000 | 1010 | 11011 | 0 | 1011111 | 11001 | 1001101 | 1011010 | 101000 |
Color Harmonies of #8DC00A
Complementary color
Monochromatic Colors of #8DC00A
Black with #8DC00A
Text Example
Text Example
White with #8DC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC00A; }
p { color: rgb(141,192,10); }
H1.HeaderClassName
{
color: #8DC00A;
}
.AnyTagClassName
{
color: #8DC00A;
}
</style>
background-color css
<style>
a { background-color: #8DC00A; }
a { background-color: rgb(141,192,10); }
div.DivClassName
{
background-color: #8DC00A;
}
.BgClassName
{
background-color: #8DC00A;
}
</style>
border-color css
<style>
span { border-color: #8DC00A; }
span { border-color: rgb(141,192,10); }
td.TdClassName
{
border-color: #8DC00A;
}
.TagClassName
{
border-color: #8DC00A;
}
</style>