Shades of Sushi #81AC42
Tints of Sushi #81AC42
RGB
CMYK
RGB Variations
Color information
#81AC42 (or 0x81AC42) is known color: Sushi. HEX triplet: 81, AC and 42. RGB value is (129,172,66). Sum of RGB (Red+Green+Blue) = 129+172+66=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 172 - color contains mainly: green. Hex color #81AC42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AC42 is #7E53BD. Grayscale: #939393. Windows color (decimal): -8278974 or 4369537. OLE color: 4369537.
HSL color Cylindrical-coordinate representation of color #81AC42: hue angle of 84.34º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #81AC42 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 172 | 66 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.33 |
| HSL | 84.34º | 0.45% | 0.47% | - |
| HSV(B) | 84.34º | 0.62% | 0.67% | - |
| XYZ | 24.79 | 34.57 | 10.52 | - |
| YUV | 147.06 | 82.25 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 172 | 66 | 0.25 | 0 | 0.62 | 0.33 | 84.34 | 0.45 | 0.47 |
| Hex | 81 | AC | 42 | 19 | 0 | 3E | 21 | 54 | 2D | 2F |
| Octal | 201 | 254 | 102 | 31 | 0 | 76 | 41 | 124 | 55 | 57 |
| Binary | 10000001 | 10101100 | 1000010 | 11001 | 0 | 111110 | 100001 | 1010100 | 101101 | 101111 |
Color Harmonies of #81AC42
Complementary color
Monochromatic Colors of #81AC42
Black with #81AC42
Text Example
Text Example
White with #81AC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AC42; }
p { color: rgb(129,172,66); }
H1.HeaderClassName
{
color: #81AC42;
}
.AnyTagClassName
{
color: #81AC42;
}
</style>
background-color css
<style>
a { background-color: #81AC42; }
a { background-color: rgb(129,172,66); }
div.DivClassName
{
background-color: #81AC42;
}
.BgClassName
{
background-color: #81AC42;
}
</style>
border-color css
<style>
span { border-color: #81AC42; }
span { border-color: rgb(129,172,66); }
td.TdClassName
{
border-color: #81AC42;
}
.TagClassName
{
border-color: #81AC42;
}
</style>