Shades of Sushi #81A23F
Tints of Sushi #81A23F
RGB
CMYK
RGB Variations
Color information
#81A23F (or 0x81A23F) is known color: Sushi. HEX triplet: 81, A2 and 3F. RGB value is (129,162,63). Sum of RGB (Red+Green+Blue) = 129+162+63=354 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.44% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 162 - color contains mainly: green. Hex color #81A23F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A23F is #7E5DC0. Grayscale: #8D8D8D. Windows color (decimal): -8281537 or 4170369. OLE color: 4170369.
HSL color Cylindrical-coordinate representation of color #81A23F: hue angle of 80º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #81A23F is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 162 | 63 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.36 |
| HSL | 80º | 0.44% | 0.44% | - |
| HSV(B) | 80º | 0.61% | 0.64% | - |
| XYZ | 22.87 | 30.87 | 9.46 | - |
| YUV | 140.85 | 84.07 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 162 | 63 | 0.20 | 0 | 0.61 | 0.36 | 80 | 0.44 | 0.44 |
| Hex | 81 | A2 | 3F | 14 | 0 | 3D | 24 | 50 | 2C | 2C |
| Octal | 201 | 242 | 77 | 24 | 0 | 75 | 44 | 120 | 54 | 54 |
| Binary | 10000001 | 10100010 | 111111 | 10100 | 0 | 111101 | 100100 | 1010000 | 101100 | 101100 |
Color Harmonies of #81A23F
Complementary color
Monochromatic Colors of #81A23F
Black with #81A23F
Text Example
Text Example
White with #81A23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A23F; }
p { color: rgb(129,162,63); }
H1.HeaderClassName
{
color: #81A23F;
}
.AnyTagClassName
{
color: #81A23F;
}
</style>
background-color css
<style>
a { background-color: #81A23F; }
a { background-color: rgb(129,162,63); }
div.DivClassName
{
background-color: #81A23F;
}
.BgClassName
{
background-color: #81A23F;
}
</style>
border-color css
<style>
span { border-color: #81A23F; }
span { border-color: rgb(129,162,63); }
td.TdClassName
{
border-color: #81A23F;
}
.TagClassName
{
border-color: #81A23F;
}
</style>