#8AA045

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

Shades of Wasabi #8AA045

Tints of Wasabi #8AA045

Color information

#8AA045 (or 0x8AA045) is unknown color: approx Wasabi. HEX triplet: 8A, A0 and 45. RGB value is (138,160,69). Sum of RGB (Red+Green+Blue) = 138+160+69=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA045 is #755FBA. Grayscale: #8F8F8F. Windows color (decimal): -7692219 or 4563082. OLE color: 4563082.

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

Color convert

RGB13816069-
CMYK0.1400.570.37
HSL74.51º39.74%44.9%-
HSV(B)74.51º56.88%62.75%-
XYZ24.1330.9710.34-
YUV143.0586.21124.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.60%
GREEN value IS 160 (62.89% from 255) = 43.60%
BLUE value IS 69 (27.34% from 255) = 18.80%
R=37.60%
G=43.60%
B=18.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal138160690.1400.570.3774.5139.7444.9
Hex8AA045E039254b282d
Octal21224010516071451135055
Binary10001010101000001000101111001110011001011001011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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