Shades of Sushi #8CA843
Tints of Sushi #8CA843
RGB
CMYK
RGB Variations
Color information
#8CA843 (or 0x8CA843) is known color: Sushi. HEX triplet: 8C, A8 and 43. RGB value is (140,168,67). Sum of RGB (Red+Green+Blue) = 140+168+67=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 168 (66.02% from 255 or 44.8% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA843 is #7357BC. Grayscale: #949494. Windows color (decimal): -7559101 or 4434060. OLE color: 4434060.
HSL color Cylindrical-coordinate representation of color #8CA843: hue angle of 76.63º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8CA843 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 168 | 67 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.34 |
| HSL | 76.63º | 0.43% | 0.46% | - |
| HSV(B) | 76.63º | 0.6% | 0.66% | - |
| XYZ | 25.83 | 33.99 | 10.51 | - |
| YUV | 148.11 | 82.22 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 168 | 67 | 0.17 | 0 | 0.60 | 0.34 | 76.63 | 0.43 | 0.46 |
| Hex | 8C | A8 | 43 | 11 | 0 | 3C | 22 | 4D | 2B | 2E |
| Octal | 214 | 250 | 103 | 21 | 0 | 74 | 42 | 115 | 53 | 56 |
| Binary | 10001100 | 10101000 | 1000011 | 10001 | 0 | 111100 | 100010 | 1001101 | 101011 | 101110 |
Color Harmonies of #8CA843
Complementary color
Monochromatic Colors of #8CA843
Black with #8CA843
Text Example
Text Example
White with #8CA843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA843; }
p { color: rgb(140,168,67); }
H1.HeaderClassName
{
color: #8CA843;
}
.AnyTagClassName
{
color: #8CA843;
}
</style>
background-color css
<style>
a { background-color: #8CA843; }
a { background-color: rgb(140,168,67); }
div.DivClassName
{
background-color: #8CA843;
}
.BgClassName
{
background-color: #8CA843;
}
</style>
border-color css
<style>
span { border-color: #8CA843; }
span { border-color: rgb(140,168,67); }
td.TdClassName
{
border-color: #8CA843;
}
.TagClassName
{
border-color: #8CA843;
}
</style>