Shades of Citron #81A008
Tints of Citron #81A008
RGB
CMYK
RGB Variations
Color information
#81A008 (or 0x81A008) is known color: Citron. HEX triplet: 81, A0 and 08. RGB value is (129,160,8). Sum of RGB (Red+Green+Blue) = 129+160+8=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 160 (62.89% from 255 or 53.87% from 297); Blue value is 8 (3.52% from 255 or 2.69% from 297); Max value from RGB is 160 - color contains mainly: green. Hex color #81A008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A008 is #7E5FF7. Grayscale: #858585. Windows color (decimal): -8282104 or 565377. OLE color: 565377.
HSL color Cylindrical-coordinate representation of color #81A008: hue angle of 72.24º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81A008 is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 160 | 8 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.37 |
| HSL | 72.24º | 0.9% | 0.33% | - |
| HSV(B) | 72.24º | 0.95% | 0.63% | - |
| XYZ | 21.67 | 29.83 | 4.84 | - |
| YUV | 133.4 | 57.23 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 160 | 8 | 0.19 | 0 | 0.95 | 0.37 | 72.24 | 0.9 | 0.33 |
| Hex | 81 | A0 | 8 | 13 | 0 | 5F | 25 | 48 | 5A | 21 |
| Octal | 201 | 240 | 10 | 23 | 0 | 137 | 45 | 110 | 132 | 41 |
| Binary | 10000001 | 10100000 | 1000 | 10011 | 0 | 1011111 | 100101 | 1001000 | 1011010 | 100001 |
Color Harmonies of #81A008
Complementary color
Monochromatic Colors of #81A008
Black with #81A008
Text Example
Text Example
White with #81A008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A008; }
p { color: rgb(129,160,8); }
H1.HeaderClassName
{
color: #81A008;
}
.AnyTagClassName
{
color: #81A008;
}
</style>
background-color css
<style>
a { background-color: #81A008; }
a { background-color: rgb(129,160,8); }
div.DivClassName
{
background-color: #81A008;
}
.BgClassName
{
background-color: #81A008;
}
</style>
border-color css
<style>
span { border-color: #81A008; }
span { border-color: rgb(129,160,8); }
td.TdClassName
{
border-color: #81A008;
}
.TagClassName
{
border-color: #81A008;
}
</style>