Shades of Citrus #8DB00A
Tints of Citrus #8DB00A
RGB
CMYK
RGB Variations
Color information
#8DB00A (or 0x8DB00A) is known color: Citrus. HEX triplet: 8D, B0 and 0A. RGB value is (141,176,10). Sum of RGB (Red+Green+Blue) = 141+176+10=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 176 (69.14% from 255 or 53.82% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB00A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DB00A is #724FF5. Grayscale: #939393. Windows color (decimal): -7491574 or 700557. OLE color: 700557.
HSL color Cylindrical-coordinate representation of color #8DB00A: hue angle of 72.65º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8DB00A is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 176 | 10 | - |
| CMYK | 0.20 | 0 | 0.94 | 0.31 |
| HSL | 72.65º | 0.89% | 0.36% | - |
| HSV(B) | 72.65º | 0.94% | 0.69% | - |
| XYZ | 26.56 | 36.74 | 5.98 | - |
| YUV | 146.61 | 50.9 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 10 | 0.20 | 0 | 0.94 | 0.31 | 72.65 | 0.89 | 0.36 |
| Hex | 8D | B0 | A | 14 | 0 | 5E | 1F | 49 | 59 | 24 |
| Octal | 215 | 260 | 12 | 24 | 0 | 136 | 37 | 111 | 131 | 44 |
| Binary | 10001101 | 10110000 | 1010 | 10100 | 0 | 1011110 | 11111 | 1001001 | 1011001 | 100100 |
Color Harmonies of #8DB00A
Complementary color
Monochromatic Colors of #8DB00A
Black with #8DB00A
Text Example
Text Example
White with #8DB00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB00A; }
p { color: rgb(141,176,10); }
H1.HeaderClassName
{
color: #8DB00A;
}
.AnyTagClassName
{
color: #8DB00A;
}
</style>
background-color css
<style>
a { background-color: #8DB00A; }
a { background-color: rgb(141,176,10); }
div.DivClassName
{
background-color: #8DB00A;
}
.BgClassName
{
background-color: #8DB00A;
}
</style>
border-color css
<style>
span { border-color: #8DB00A; }
span { border-color: rgb(141,176,10); }
td.TdClassName
{
border-color: #8DB00A;
}
.TagClassName
{
border-color: #8DB00A;
}
</style>