Html Css Color HEX #8DA148 Wasabi

📋 copy color: '#8DA148'

red 141 ◦ green 161 ◦ blue 72

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

Shades of Wasabi #8DA148

Tints of Wasabi #8DA148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.25%

R = 37.7%
G = 43.05%
B = 19.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#8DA148 (or 0x8DA148) is known color: Wasabi. HEX triplet: 8D, A1 and 48. RGB value is (141,161,72). Sum of RGB (Red+Green+Blue) = 141+161+72=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA148 is #725EB7. Grayscale: #919191. Windows color (decimal): -7495352 or 4759949. OLE color: 4759949.

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

Color convert

RGB 141 161 72 -
CMYK 0.12 0 0.55 0.37
HSL 73.48º 0.38% 0.46% -
HSV(B) 73.48º 0.55% 0.63% -
XYZ 24.9 31.62 10.92 -
YUV 144.87 86.87 125.24 -
System Red Green Blue C M Y K H S L
Decimal 141 161 72 0.12 0 0.55 0.37 73.48 0.38 0.46
Hex 8D A1 48 C 0 37 25 49 26 2E
Octal 215 241 110 14 0 67 45 111 46 56
Binary 10001101 10100001 1001000 1100 0 110111 100101 1001001 100110 101110

Color Harmonies of #8DA148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA148

Black with #8DA148

Text Example


Text Example

White with #8DA148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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