#8DA238

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

Shades of Wasabi #8DA238

Tints of Wasabi #8DA238

Color information

#8DA238 (or 0x8DA238) is unknown color: approx Wasabi. HEX triplet: 8D, A2 and 38. RGB value is (141,162,56). Sum of RGB (Red+Green+Blue) = 141+162+56=359 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.28% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA238 is #725DC7. Grayscale: #909090. Windows color (decimal): -7495112 or 3711629. OLE color: 3711629.

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

Color convert

RGB14116256-
CMYK0.1300.650.36
HSL71.89º48.62%42.75%-
HSV(B)71.89º65.43%63.53%-
XYZ24.6231.798.58-
YUV143.6478.54126.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.28%
GREEN value IS 162 (63.67% from 255) = 45.13%
BLUE value IS 56 (22.27% from 255) = 15.60%
R=39.28%
G=45.13%
B=15.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal141162560.1300.650.3671.8948.6242.75
Hex8DA238D0412448312b
Octal21524270150101441106153
Binary10001101101000101110001101010000011001001001000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,162,56); }

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

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

 a { background-color: rgb(141,162,56); }

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

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

 span { border-color: rgb(141,162,56); }

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