#8FA23A

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

Shades of Wasabi #8FA23A

Tints of Wasabi #8FA23A

Color information

#8FA23A (or 0x8FA23A) is unknown color: approx Wasabi. HEX triplet: 8F, A2 and 3A. RGB value is (143,162,58). Sum of RGB (Red+Green+Blue) = 143+162+58=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA23A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA23A is #705DC5. Grayscale: #909090. Windows color (decimal): -7364038 or 3842703. OLE color: 3842703.

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

Color convert

RGB14316258-
CMYK0.1200.640.36
HSL70.96º47.27%43.14%-
HSV(B)70.96º64.2%63.53%-
XYZ25.0131.998.86-
YUV144.4679.21126.96-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.39%
GREEN value IS 162 (63.67% from 255) = 44.63%
BLUE value IS 58 (23.05% from 255) = 15.98%
R=39.39%
G=44.63%
B=15.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal143162580.1200.640.3670.9647.2743.14
Hex8FA23AC04024472f2b
Octal21724272140100441075753
Binary10001111101000101110101100010000001001001000111101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,162,58); }

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

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

 a { background-color: rgb(143,162,58); }

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

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

 span { border-color: rgb(143,162,58); }

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