Shades of Citrus #8DC609
Tints of Citrus #8DC609
RGB
CMYK
RGB Variations
Color information
#8DC609 (or 0x8DC609) is known color: Citrus. HEX triplet: 8D, C6 and 09. RGB value is (141,198,9). Sum of RGB (Red+Green+Blue) = 141+198+9=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 198 (77.73% from 255 or 56.90% from 348); Blue value is 9 (3.91% from 255 or 2.59% from 348); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC609 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DC609 is #7239F6. Grayscale: #A0A0A0. Windows color (decimal): -7485943 or 640653. OLE color: 640653.
HSL color Cylindrical-coordinate representation of color #8DC609: hue angle of 78.1º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8DC609 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 198 | 9 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.22 |
| HSL | 78.1º | 0.91% | 0.41% | - |
| HSV(B) | 78.1º | 0.95% | 0.78% | - |
| XYZ | 31.23 | 46.07 | 7.51 | - |
| YUV | 159.41 | 43.12 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 198 | 9 | 0.29 | 0 | 0.95 | 0.22 | 78.1 | 0.91 | 0.41 |
| Hex | 8D | C6 | 9 | 1D | 0 | 5F | 16 | 4E | 5B | 29 |
| Octal | 215 | 306 | 11 | 35 | 0 | 137 | 26 | 116 | 133 | 51 |
| Binary | 10001101 | 11000110 | 1001 | 11101 | 0 | 1011111 | 10110 | 1001110 | 1011011 | 101001 |
Color Harmonies of #8DC609
Complementary color
Monochromatic Colors of #8DC609
Black with #8DC609
Text Example
Text Example
White with #8DC609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC609; }
p { color: rgb(141,198,9); }
H1.HeaderClassName
{
color: #8DC609;
}
.AnyTagClassName
{
color: #8DC609;
}
</style>
background-color css
<style>
a { background-color: #8DC609; }
a { background-color: rgb(141,198,9); }
div.DivClassName
{
background-color: #8DC609;
}
.BgClassName
{
background-color: #8DC609;
}
</style>
border-color css
<style>
span { border-color: #8DC609; }
span { border-color: rgb(141,198,9); }
td.TdClassName
{
border-color: #8DC609;
}
.TagClassName
{
border-color: #8DC609;
}
</style>