#8AA23E

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

Shades of Wasabi #8AA23E

Tints of Wasabi #8AA23E

Color information

#8AA23E (or 0x8AA23E) is unknown color: approx Wasabi. HEX triplet: 8A, A2 and 3E. RGB value is (138,162,62). Sum of RGB (Red+Green+Blue) = 138+162+62=362 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.12% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA23E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA23E is #755DC1. Grayscale: #8F8F8F. Windows color (decimal): -7691714 or 4104842. OLE color: 4104842.

HSL color Cylindrical-coordinate representation of color #8AA23E: hue angle of 74.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8AA23E is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB13816262-
CMYK0.1500.620.36
HSL74.4º44.64%43.92%-
HSV(B)74.4º61.73%63.53%-
XYZ24.2731.599.38-
YUV143.4282.05124.13-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.12%
GREEN value IS 162 (63.67% from 255) = 44.75%
BLUE value IS 62 (24.61% from 255) = 17.13%
R=38.12%
G=44.75%
B=17.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal138162620.1500.620.3674.444.6443.92
Hex8AA23EF03E244a2d2c
Octal2122427617076441125554
Binary1000101010100010111110111101111101001001001010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AA23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,162,62); }

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

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

 a { background-color: rgb(138,162,62); }

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

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

 span { border-color: rgb(138,162,62); }

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