Shades of Citron #809D18
Tints of Citron #809D18
RGB
CMYK
RGB Variations
Color information
#809D18 (or 0x809D18) is known color: Citron. HEX triplet: 80, 9D and 18. RGB value is (128,157,24). Sum of RGB (Red+Green+Blue) = 128+157+24=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 157 (61.72% from 255 or 50.81% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 157 - color contains mainly: green. Hex color #809D18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809D18 is #7F62E7. Grayscale: #858585. Windows color (decimal): -8348392 or 1613184. OLE color: 1613184.
HSL color Cylindrical-coordinate representation of color #809D18: hue angle of 73.08º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #809D18 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 157 | 24 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.38 |
| HSL | 73.08º | 0.73% | 0.35% | - |
| HSV(B) | 73.08º | 0.85% | 0.62% | - |
| XYZ | 21.12 | 28.77 | 5.3 | - |
| YUV | 133.17 | 66.39 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 157 | 24 | 0.18 | 0 | 0.85 | 0.38 | 73.08 | 0.73 | 0.35 |
| Hex | 80 | 9D | 18 | 12 | 0 | 55 | 26 | 49 | 49 | 23 |
| Octal | 200 | 235 | 30 | 22 | 0 | 125 | 46 | 111 | 111 | 43 |
| Binary | 10000000 | 10011101 | 11000 | 10010 | 0 | 1010101 | 100110 | 1001001 | 1001001 | 100011 |
Color Harmonies of #809D18
Complementary color
Monochromatic Colors of #809D18
Black with #809D18
Text Example
Text Example
White with #809D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809D18; }
p { color: rgb(128,157,24); }
H1.HeaderClassName
{
color: #809D18;
}
.AnyTagClassName
{
color: #809D18;
}
</style>
background-color css
<style>
a { background-color: #809D18; }
a { background-color: rgb(128,157,24); }
div.DivClassName
{
background-color: #809D18;
}
.BgClassName
{
background-color: #809D18;
}
</style>
border-color css
<style>
span { border-color: #809D18; }
span { border-color: rgb(128,157,24); }
td.TdClassName
{
border-color: #809D18;
}
.TagClassName
{
border-color: #809D18;
}
</style>