#8AA03F

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

Shades of Wasabi #8AA03F

Tints of Wasabi #8AA03F

Color information

#8AA03F (or 0x8AA03F) is unknown color: approx Wasabi. HEX triplet: 8A, A0 and 3F. RGB value is (138,160,63). Sum of RGB (Red+Green+Blue) = 138+160+63=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA03F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA03F is #755FC0. Grayscale: #8E8E8E. Windows color (decimal): -7692225 or 4169866. OLE color: 4169866.

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

Color convert

RGB13816063-
CMYK0.1400.610.37
HSL73.61º43.5%43.73%-
HSV(B)73.61º60.62%62.75%-
XYZ23.9530.99.41-
YUV142.3683.21124.89-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.23%
GREEN value IS 160 (62.89% from 255) = 44.32%
BLUE value IS 63 (25% from 255) = 17.45%
R=38.23%
G=44.32%
B=17.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal138160630.1400.610.3773.6143.543.73
Hex8AA03FE03D254a2b2c
Octal2122407716075451125354
Binary1000101010100000111111111001111011001011001010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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