Shades of Citron #8DA20F
Tints of Citron #8DA20F
RGB
CMYK
RGB Variations
Color information
#8DA20F (or 0x8DA20F) is known color: Citron. HEX triplet: 8D, A2 and 0F. RGB value is (141,162,15). Sum of RGB (Red+Green+Blue) = 141+162+15=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 162 (63.67% from 255 or 50.94% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA20F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DA20F is #725DF0. Grayscale: #8B8B8B. Windows color (decimal): -7495153 or 1024653. OLE color: 1024653.
HSL color Cylindrical-coordinate representation of color #8DA20F: hue angle of 68.57º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DA20F is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 162 | 15 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.36 |
| HSL | 68.57º | 0.83% | 0.35% | - |
| HSV(B) | 68.57º | 0.91% | 0.64% | - |
| XYZ | 23.99 | 31.54 | 5.27 | - |
| YUV | 138.96 | 58.04 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 162 | 15 | 0.13 | 0 | 0.91 | 0.36 | 68.57 | 0.83 | 0.35 |
| Hex | 8D | A2 | F | D | 0 | 5B | 24 | 45 | 53 | 23 |
| Octal | 215 | 242 | 17 | 15 | 0 | 133 | 44 | 105 | 123 | 43 |
| Binary | 10001101 | 10100010 | 1111 | 1101 | 0 | 1011011 | 100100 | 1000101 | 1010011 | 100011 |
Color Harmonies of #8DA20F
Complementary color
Monochromatic Colors of #8DA20F
Black with #8DA20F
Text Example
Text Example
White with #8DA20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA20F; }
p { color: rgb(141,162,15); }
H1.HeaderClassName
{
color: #8DA20F;
}
.AnyTagClassName
{
color: #8DA20F;
}
</style>
background-color css
<style>
a { background-color: #8DA20F; }
a { background-color: rgb(141,162,15); }
div.DivClassName
{
background-color: #8DA20F;
}
.BgClassName
{
background-color: #8DA20F;
}
</style>
border-color css
<style>
span { border-color: #8DA20F; }
span { border-color: rgb(141,162,15); }
td.TdClassName
{
border-color: #8DA20F;
}
.TagClassName
{
border-color: #8DA20F;
}
</style>