Shades of Wasabi #8CA245
Tints of Wasabi #8CA245
RGB
CMYK
RGB Variations
Color information
#8CA245 (or 0x8CA245) is known color: Wasabi. HEX triplet: 8C, A2 and 45. RGB value is (140,162,69). Sum of RGB (Red+Green+Blue) = 140+162+69=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA245 is #735DBA. Grayscale: #919191. Windows color (decimal): -7560635 or 4563596. OLE color: 4563596.
HSL color Cylindrical-coordinate representation of color #8CA245: hue angle of 74.19º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CA245 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 162 | 69 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.36 |
| HSL | 74.19º | 0.4% | 0.45% | - |
| HSV(B) | 74.19º | 0.57% | 0.64% | - |
| XYZ | 24.81 | 31.85 | 10.47 | - |
| YUV | 144.82 | 85.21 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 162 | 69 | 0.14 | 0 | 0.57 | 0.36 | 74.19 | 0.4 | 0.45 |
| Hex | 8C | A2 | 45 | E | 0 | 39 | 24 | 4A | 28 | 2D |
| Octal | 214 | 242 | 105 | 16 | 0 | 71 | 44 | 112 | 50 | 55 |
| Binary | 10001100 | 10100010 | 1000101 | 1110 | 0 | 111001 | 100100 | 1001010 | 101000 | 101101 |
Color Harmonies of #8CA245
Complementary color
Monochromatic Colors of #8CA245
Black with #8CA245
Text Example
Text Example
White with #8CA245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA245; }
p { color: rgb(140,162,69); }
H1.HeaderClassName
{
color: #8CA245;
}
.AnyTagClassName
{
color: #8CA245;
}
</style>
background-color css
<style>
a { background-color: #8CA245; }
a { background-color: rgb(140,162,69); }
div.DivClassName
{
background-color: #8CA245;
}
.BgClassName
{
background-color: #8CA245;
}
</style>
border-color css
<style>
span { border-color: #8CA245; }
span { border-color: rgb(140,162,69); }
td.TdClassName
{
border-color: #8CA245;
}
.TagClassName
{
border-color: #8CA245;
}
</style>