Shades of Sushi #81AC34
Tints of Sushi #81AC34
RGB
CMYK
RGB Variations
Color information
#81AC34 (or 0x81AC34) is known color: Sushi. HEX triplet: 81, AC and 34. RGB value is (129,172,52). Sum of RGB (Red+Green+Blue) = 129+172+52=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 172 (67.58% from 255 or 48.73% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 172 - color contains mainly: green. Hex color #81AC34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AC34 is #7E53CB. Grayscale: #919191. Windows color (decimal): -8278988 or 3452033. OLE color: 3452033.
HSL color Cylindrical-coordinate representation of color #81AC34: hue angle of 81.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #81AC34 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 172 | 52 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.33 |
| HSL | 81.5º | 0.54% | 0.44% | - |
| HSV(B) | 81.5º | 0.7% | 0.67% | - |
| XYZ | 24.43 | 34.42 | 8.61 | - |
| YUV | 145.46 | 75.25 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 172 | 52 | 0.25 | 0 | 0.70 | 0.33 | 81.5 | 0.54 | 0.44 |
| Hex | 81 | AC | 34 | 19 | 0 | 46 | 21 | 52 | 36 | 2C |
| Octal | 201 | 254 | 64 | 31 | 0 | 106 | 41 | 122 | 66 | 54 |
| Binary | 10000001 | 10101100 | 110100 | 11001 | 0 | 1000110 | 100001 | 1010010 | 110110 | 101100 |
Color Harmonies of #81AC34
Complementary color
Monochromatic Colors of #81AC34
Black with #81AC34
Text Example
Text Example
White with #81AC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AC34; }
p { color: rgb(129,172,52); }
H1.HeaderClassName
{
color: #81AC34;
}
.AnyTagClassName
{
color: #81AC34;
}
</style>
background-color css
<style>
a { background-color: #81AC34; }
a { background-color: rgb(129,172,52); }
div.DivClassName
{
background-color: #81AC34;
}
.BgClassName
{
background-color: #81AC34;
}
</style>
border-color css
<style>
span { border-color: #81AC34; }
span { border-color: rgb(129,172,52); }
td.TdClassName
{
border-color: #81AC34;
}
.TagClassName
{
border-color: #81AC34;
}
</style>