Shades of Sushi #8AA63F
Tints of Sushi #8AA63F
RGB
CMYK
RGB Variations
Color information
#8AA63F (or 0x8AA63F) is known color: Sushi. HEX triplet: 8A, A6 and 3F. RGB value is (138,166,63). Sum of RGB (Red+Green+Blue) = 138+166+63=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA63F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA63F is #7559C0. Grayscale: #929292. Windows color (decimal): -7690689 or 4171402. OLE color: 4171402.
HSL color Cylindrical-coordinate representation of color #8AA63F: hue angle of 76.31º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8AA63F is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 166 | 63 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.35 |
| HSL | 76.31º | 0.45% | 0.45% | - |
| HSV(B) | 76.31º | 0.62% | 0.65% | - |
| XYZ | 25.01 | 33.03 | 9.76 | - |
| YUV | 145.89 | 81.22 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 166 | 63 | 0.17 | 0 | 0.62 | 0.35 | 76.31 | 0.45 | 0.45 |
| Hex | 8A | A6 | 3F | 11 | 0 | 3E | 23 | 4C | 2D | 2D |
| Octal | 212 | 246 | 77 | 21 | 0 | 76 | 43 | 114 | 55 | 55 |
| Binary | 10001010 | 10100110 | 111111 | 10001 | 0 | 111110 | 100011 | 1001100 | 101101 | 101101 |
Color Harmonies of #8AA63F
Complementary color
Monochromatic Colors of #8AA63F
Black with #8AA63F
Text Example
Text Example
White with #8AA63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA63F; }
p { color: rgb(138,166,63); }
H1.HeaderClassName
{
color: #8AA63F;
}
.AnyTagClassName
{
color: #8AA63F;
}
</style>
background-color css
<style>
a { background-color: #8AA63F; }
a { background-color: rgb(138,166,63); }
div.DivClassName
{
background-color: #8AA63F;
}
.BgClassName
{
background-color: #8AA63F;
}
</style>
border-color css
<style>
span { border-color: #8AA63F; }
span { border-color: rgb(138,166,63); }
td.TdClassName
{
border-color: #8AA63F;
}
.TagClassName
{
border-color: #8AA63F;
}
</style>