#8FA23C

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

Shades of Wasabi #8FA23C

Tints of Wasabi #8FA23C

Color information

#8FA23C (or 0x8FA23C) is unknown color: approx Wasabi. HEX triplet: 8F, A2 and 3C. RGB value is (143,162,60). Sum of RGB (Red+Green+Blue) = 143+162+60=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA23C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA23C is #705DC3. Grayscale: #919191. Windows color (decimal): -7364036 or 3973775. OLE color: 3973775.

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

Color convert

RGB14316260-
CMYK0.1200.630.36
HSL71.18º45.95%43.53%-
HSV(B)71.18º62.96%63.53%-
XYZ25.0632.019.13-
YUV144.6980.21126.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.18%
GREEN value IS 162 (63.67% from 255) = 44.38%
BLUE value IS 60 (23.83% from 255) = 16.44%
R=39.18%
G=44.38%
B=16.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal143162600.1200.630.3671.1845.9543.53
Hex8FA23CC03F24472e2c
Octal2172427414077441075654
Binary1000111110100010111100110001111111001001000111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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