Html Css Color HEX #8DA13D Wasabi

📋 copy color: '#8DA13D'

red 141 ◦ green 161 ◦ blue 61

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

Shades of Wasabi #8DA13D

Tints of Wasabi #8DA13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.8%

R = 38.84%
G = 44.35%
B = 16.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#8DA13D (or 0x8DA13D) is known color: Wasabi. HEX triplet: 8D, A1 and 3D. RGB value is (141,161,61). Sum of RGB (Red+Green+Blue) = 141+161+61=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA13D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA13D is #725EC2. Grayscale: #909090. Windows color (decimal): -7495363 or 4039053. OLE color: 4039053.

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

Color convert

RGB 141 161 61 -
CMYK 0.12 0 0.62 0.37
HSL 72º 0.45% 0.44% -
HSV(B) 72º 0.62% 0.63% -
XYZ 24.57 31.49 9.2 -
YUV 143.62 81.37 126.13 -
System Red Green Blue C M Y K H S L
Decimal 141 161 61 0.12 0 0.62 0.37 72 0.45 0.44
Hex 8D A1 3D C 0 3E 25 48 2D 2C
Octal 215 241 75 14 0 76 45 110 55 54
Binary 10001101 10100001 111101 1100 0 111110 100101 1001000 101101 101100

Color Harmonies of #8DA13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA13D

Black with #8DA13D

Text Example


Text Example

White with #8DA13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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