Shades of Citron #8DA312
Tints of Citron #8DA312
RGB
CMYK
RGB Variations
Color information
#8DA312 (or 0x8DA312) is known color: Citron. HEX triplet: 8D, A3 and 12. RGB value is (141,163,18). Sum of RGB (Red+Green+Blue) = 141+163+18=322 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.79% from 322); Green value is 163 (64.06% from 255 or 50.62% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA312 is #725CED. Grayscale: #8C8C8C. Windows color (decimal): -7494894 or 1221517. OLE color: 1221517.
HSL color Cylindrical-coordinate representation of color #8DA312: hue angle of 69.1º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8DA312 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 163 | 18 | - |
| CMYK | 0.13 | 0 | 0.89 | 0.36 |
| HSL | 69.1º | 0.8% | 0.35% | - |
| HSV(B) | 69.1º | 0.89% | 0.64% | - |
| XYZ | 24.19 | 31.9 | 5.45 | - |
| YUV | 139.89 | 59.21 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 163 | 18 | 0.13 | 0 | 0.89 | 0.36 | 69.1 | 0.8 | 0.35 |
| Hex | 8D | A3 | 12 | D | 0 | 59 | 24 | 45 | 50 | 23 |
| Octal | 215 | 243 | 22 | 15 | 0 | 131 | 44 | 105 | 120 | 43 |
| Binary | 10001101 | 10100011 | 10010 | 1101 | 0 | 1011001 | 100100 | 1000101 | 1010000 | 100011 |
Color Harmonies of #8DA312
Complementary color
Monochromatic Colors of #8DA312
Black with #8DA312
Text Example
Text Example
White with #8DA312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA312; }
p { color: rgb(141,163,18); }
H1.HeaderClassName
{
color: #8DA312;
}
.AnyTagClassName
{
color: #8DA312;
}
</style>
background-color css
<style>
a { background-color: #8DA312; }
a { background-color: rgb(141,163,18); }
div.DivClassName
{
background-color: #8DA312;
}
.BgClassName
{
background-color: #8DA312;
}
</style>
border-color css
<style>
span { border-color: #8DA312; }
span { border-color: rgb(141,163,18); }
td.TdClassName
{
border-color: #8DA312;
}
.TagClassName
{
border-color: #8DA312;
}
</style>