Shades of Citrus #8DA90E
Tints of Citrus #8DA90E
RGB
CMYK
RGB Variations
Color information
#8DA90E (or 0x8DA90E) is known color: Citrus. HEX triplet: 8D, A9 and 0E. RGB value is (141,169,14). Sum of RGB (Red+Green+Blue) = 141+169+14=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 169 (66.41% from 255 or 52.16% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 169 - color contains mainly: green. Hex color #8DA90E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA90E is #7256F1. Grayscale: #8F8F8F. Windows color (decimal): -7493362 or 960909. OLE color: 960909.
HSL color Cylindrical-coordinate representation of color #8DA90E: hue angle of 70.84º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8DA90E is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 141 | 169 | 14 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.34 |
| HSL | 70.84º | 0.85% | 0.36% | - |
| HSV(B) | 70.84º | 0.92% | 0.66% | - |
| XYZ | 25.25 | 34.07 | 5.66 | - |
| YUV | 142.96 | 55.22 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 169 | 14 | 0.17 | 0 | 0.92 | 0.34 | 70.84 | 0.85 | 0.36 |
| Hex | 8D | A9 | E | 11 | 0 | 5C | 22 | 47 | 55 | 24 |
| Octal | 215 | 251 | 16 | 21 | 0 | 134 | 42 | 107 | 125 | 44 |
| Binary | 10001101 | 10101001 | 1110 | 10001 | 0 | 1011100 | 100010 | 1000111 | 1010101 | 100100 |
Color Harmonies of #8DA90E
Complementary color
Monochromatic Colors of #8DA90E
Black with #8DA90E
Text Example
Text Example
White with #8DA90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA90E; }
p { color: rgb(141,169,14); }
H1.HeaderClassName
{
color: #8DA90E;
}
.AnyTagClassName
{
color: #8DA90E;
}
</style>
background-color css
<style>
a { background-color: #8DA90E; }
a { background-color: rgb(141,169,14); }
div.DivClassName
{
background-color: #8DA90E;
}
.BgClassName
{
background-color: #8DA90E;
}
</style>
border-color css
<style>
span { border-color: #8DA90E; }
span { border-color: rgb(141,169,14); }
td.TdClassName
{
border-color: #8DA90E;
}
.TagClassName
{
border-color: #8DA90E;
}
</style>