Shades of Citron #819A18
Tints of Citron #819A18
RGB
CMYK
RGB Variations
Color information
#819A18 (or 0x819A18) is known color: Citron. HEX triplet: 81, 9A and 18. RGB value is (129,154,24). Sum of RGB (Red+Green+Blue) = 129+154+24=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 154 (60.55% from 255 or 50.16% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 154 - color contains mainly: green. Hex color #819A18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819A18 is #7E65E7. Grayscale: #848484. Windows color (decimal): -8283624 or 1612417. OLE color: 1612417.
HSL color Cylindrical-coordinate representation of color #819A18: hue angle of 71.54º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #819A18 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 154 | 24 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.40 |
| HSL | 71.54º | 0.73% | 0.35% | - |
| HSV(B) | 71.54º | 0.84% | 0.6% | - |
| XYZ | 20.77 | 27.84 | 5.14 | - |
| YUV | 131.71 | 67.22 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 154 | 24 | 0.16 | 0 | 0.84 | 0.40 | 71.54 | 0.73 | 0.35 |
| Hex | 81 | 9A | 18 | 10 | 0 | 54 | 28 | 48 | 49 | 23 |
| Octal | 201 | 232 | 30 | 20 | 0 | 124 | 50 | 110 | 111 | 43 |
| Binary | 10000001 | 10011010 | 11000 | 10000 | 0 | 1010100 | 101000 | 1001000 | 1001001 | 100011 |
Color Harmonies of #819A18
Complementary color
Monochromatic Colors of #819A18
Black with #819A18
Text Example
Text Example
White with #819A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819A18; }
p { color: rgb(129,154,24); }
H1.HeaderClassName
{
color: #819A18;
}
.AnyTagClassName
{
color: #819A18;
}
</style>
background-color css
<style>
a { background-color: #819A18; }
a { background-color: rgb(129,154,24); }
div.DivClassName
{
background-color: #819A18;
}
.BgClassName
{
background-color: #819A18;
}
</style>
border-color css
<style>
span { border-color: #819A18; }
span { border-color: rgb(129,154,24); }
td.TdClassName
{
border-color: #819A18;
}
.TagClassName
{
border-color: #819A18;
}
</style>