#8AA144

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

Shades of Wasabi #8AA144

Tints of Wasabi #8AA144

Color information

#8AA144 (or 0x8AA144) is unknown color: approx Wasabi. HEX triplet: 8A, A1 and 44. RGB value is (138,161,68). Sum of RGB (Red+Green+Blue) = 138+161+68=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA144 is #755EBB. Grayscale: #8F8F8F. Windows color (decimal): -7691964 or 4497802. OLE color: 4497802.

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

Color convert

RGB13816168-
CMYK0.1400.580.37
HSL74.84º40.61%44.9%-
HSV(B)74.84º57.76%63.14%-
XYZ24.2731.3110.23-
YUV143.5285.38124.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.60%
GREEN value IS 161 (63.28% from 255) = 43.87%
BLUE value IS 68 (26.95% from 255) = 18.53%
R=37.60%
G=43.87%
B=18.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal138161680.1400.580.3774.8440.6144.9
Hex8AA144E03A254b292d
Octal21224110416072451135155
Binary10001010101000011000100111001110101001011001011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,161,68); }

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

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

 a { background-color: rgb(138,161,68); }

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

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

 span { border-color: rgb(138,161,68); }

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