Shades of Sushi #8AAA42
Tints of Sushi #8AAA42
RGB
CMYK
RGB Variations
Color information
#8AAA42 (or 0x8AAA42) is known color: Sushi. HEX triplet: 8A, AA and 42. RGB value is (138,170,66). Sum of RGB (Red+Green+Blue) = 138+170+66=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 170 (66.80% from 255 or 45.45% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAA42 is #7555BD. Grayscale: #949494. Windows color (decimal): -7689662 or 4369034. OLE color: 4369034.
HSL color Cylindrical-coordinate representation of color #8AAA42: hue angle of 78.46º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8AAA42 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 66 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.33 |
| HSL | 78.46º | 0.44% | 0.46% | - |
| HSV(B) | 78.46º | 0.61% | 0.67% | - |
| XYZ | 25.84 | 34.55 | 10.46 | - |
| YUV | 148.58 | 81.4 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 66 | 0.19 | 0 | 0.61 | 0.33 | 78.46 | 0.44 | 0.46 |
| Hex | 8A | AA | 42 | 13 | 0 | 3D | 21 | 4E | 2C | 2E |
| Octal | 212 | 252 | 102 | 23 | 0 | 75 | 41 | 116 | 54 | 56 |
| Binary | 10001010 | 10101010 | 1000010 | 10011 | 0 | 111101 | 100001 | 1001110 | 101100 | 101110 |
Color Harmonies of #8AAA42
Complementary color
Monochromatic Colors of #8AAA42
Black with #8AAA42
Text Example
Text Example
White with #8AAA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA42; }
p { color: rgb(138,170,66); }
H1.HeaderClassName
{
color: #8AAA42;
}
.AnyTagClassName
{
color: #8AAA42;
}
</style>
background-color css
<style>
a { background-color: #8AAA42; }
a { background-color: rgb(138,170,66); }
div.DivClassName
{
background-color: #8AAA42;
}
.BgClassName
{
background-color: #8AAA42;
}
</style>
border-color css
<style>
span { border-color: #8AAA42; }
span { border-color: rgb(138,170,66); }
td.TdClassName
{
border-color: #8AAA42;
}
.TagClassName
{
border-color: #8AAA42;
}
</style>