#8AA03A

Color #8AA03A Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #8AA03A

Tints of Wasabi #8AA03A

Color information

#8AA03A (or 0x8AA03A) is unknown color: approx Wasabi. HEX triplet: 8A, A0 and 3A. RGB value is (138,160,58). Sum of RGB (Red+Green+Blue) = 138+160+58=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA03A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA03A is #755FC5. Grayscale: #8E8E8E. Windows color (decimal): -7692230 or 3842186. OLE color: 3842186.

HSL color Cylindrical-coordinate representation of color #8AA03A: hue angle of 72.94º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8AA03A is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB13816058-
CMYK0.1400.640.37
HSL72.94º46.79%42.75%-
HSV(B)72.94º63.75%62.75%-
XYZ23.8230.858.7-
YUV141.7980.71125.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 38.76%
GREEN value IS 160 (62.89% from 255) = 44.94%
BLUE value IS 58 (23.05% from 255) = 16.29%
R=38.76%
G=44.94%
B=16.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal138160580.1400.640.3772.9446.7942.75
Hex8AA03AE04025492f2b
Octal21224072160100451115753
Binary10001010101000001110101110010000001001011001001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AA03A; }

 p { color: rgb(138,160,58); }

 H1.HeaderClassName
 {
   color: #8AA03A;
 }
 .AnyTagClassName
 {
   color: #8AA03A;
 }
</style>
background-color css

<style>
 a { background-color: #8AA03A; }

 a { background-color: rgb(138,160,58); }

 div.DivClassName
 {
   background-color: #8AA03A;
 }
 .BgClassName
 {
   background-color: #8AA03A;
 }
</style>
border-color css

<style>
 span { border-color: #8AA03A; }

 span { border-color: rgb(138,160,58); }

 td.TdClassName
 {
   border-color: #8AA03A;
 }
 .TagClassName
 {
   border-color: #8AA03A;
 }
</style>