Shades of Citron #8DA314
Tints of Citron #8DA314
RGB
CMYK
RGB Variations
Color information
#8DA314 (or 0x8DA314) is known color: Citron. HEX triplet: 8D, A3 and 14. RGB value is (141,163,20). Sum of RGB (Red+Green+Blue) = 141+163+20=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 163 (64.06% from 255 or 50.31% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA314 is #725CEB. Grayscale: #8C8C8C. Windows color (decimal): -7494892 or 1352589. OLE color: 1352589.
HSL color Cylindrical-coordinate representation of color #8DA314: hue angle of 69.23º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8DA314 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 163 | 20 | - |
| CMYK | 0.13 | 0 | 0.88 | 0.36 |
| HSL | 69.23º | 0.78% | 0.36% | - |
| HSV(B) | 69.23º | 0.88% | 0.64% | - |
| XYZ | 24.21 | 31.91 | 5.54 | - |
| YUV | 140.12 | 60.21 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 163 | 20 | 0.13 | 0 | 0.88 | 0.36 | 69.23 | 0.78 | 0.36 |
| Hex | 8D | A3 | 14 | D | 0 | 58 | 24 | 45 | 4E | 24 |
| Octal | 215 | 243 | 24 | 15 | 0 | 130 | 44 | 105 | 116 | 44 |
| Binary | 10001101 | 10100011 | 10100 | 1101 | 0 | 1011000 | 100100 | 1000101 | 1001110 | 100100 |
Color Harmonies of #8DA314
Complementary color
Monochromatic Colors of #8DA314
Black with #8DA314
Text Example
Text Example
White with #8DA314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA314; }
p { color: rgb(141,163,20); }
H1.HeaderClassName
{
color: #8DA314;
}
.AnyTagClassName
{
color: #8DA314;
}
</style>
background-color css
<style>
a { background-color: #8DA314; }
a { background-color: rgb(141,163,20); }
div.DivClassName
{
background-color: #8DA314;
}
.BgClassName
{
background-color: #8DA314;
}
</style>
border-color css
<style>
span { border-color: #8DA314; }
span { border-color: rgb(141,163,20); }
td.TdClassName
{
border-color: #8DA314;
}
.TagClassName
{
border-color: #8DA314;
}
</style>