Html Css Color HEX #8DA138 Wasabi

📋 copy color: '#8DA138'

red 141 ◦ green 161 ◦ blue 56

#8DA138
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #8DA138

Tints of Wasabi #8DA138

RGB

 RED value IS 141 (55.47% from 255) = 39.39%

 GREEN value IS 161 (63.28% from 255) = 44.97%

 BLUE value IS 56 (22.27% from 255) = 15.64%

R = 39.39%
G = 44.97%
B = 15.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#8DA138 (or 0x8DA138) is known color: Wasabi. HEX triplet: 8D, A1 and 38. RGB value is (141,161,56). Sum of RGB (Red+Green+Blue) = 141+161+56=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA138 is #725EC7. Grayscale: #8F8F8F. Windows color (decimal): -7495368 or 3711373. OLE color: 3711373.

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

Color convert

RGB 141 161 56 -
CMYK 0.12 0 0.65 0.37
HSL 71.43º 0.48% 0.43% -
HSV(B) 71.43º 0.65% 0.63% -
XYZ 24.44 31.44 8.52 -
YUV 143.05 78.87 126.54 -
System Red Green Blue C M Y K H S L
Decimal 141 161 56 0.12 0 0.65 0.37 71.43 0.48 0.43
Hex 8D A1 38 C 0 41 25 47 30 2B
Octal 215 241 70 14 0 101 45 107 60 53
Binary 10001101 10100001 111000 1100 0 1000001 100101 1000111 110000 101011

Color Harmonies of #8DA138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA138

Black with #8DA138

Text Example


Text Example

White with #8DA138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DA138;
 }
 .AnyTagClassName
 {
   color: #8DA138;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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