Html Css Color HEX #8DA032 Wasabi

📋 copy color: '#8DA032'

red 141 ◦ green 160 ◦ blue 50

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

Shades of Wasabi #8DA032

Tints of Wasabi #8DA032

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.58%

 BLUE value IS 50 (19.92% from 255) = 14.25%

R = 40.17%
G = 45.58%
B = 14.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#8DA032 (or 0x8DA032) is known color: Wasabi. HEX triplet: 8D, A0 and 32. RGB value is (141,160,50). Sum of RGB (Red+Green+Blue) = 141+160+50=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA032 is #725FCD. Grayscale: #8E8E8E. Windows color (decimal): -7495630 or 3317901. OLE color: 3317901.

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

Color convert

RGB 141 160 50 -
CMYK 0.12 0 0.69 0.37
HSL 70.36º 0.52% 0.41% -
HSV(B) 70.36º 0.69% 0.63% -
XYZ 24.13 31.03 7.74 -
YUV 141.78 76.21 127.44 -
System Red Green Blue C M Y K H S L
Decimal 141 160 50 0.12 0 0.69 0.37 70.36 0.52 0.41
Hex 8D A0 32 C 0 45 25 46 34 29
Octal 215 240 62 14 0 105 45 106 64 51
Binary 10001101 10100000 110010 1100 0 1000101 100101 1000110 110100 101001

Color Harmonies of #8DA032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA032

Black with #8DA032

Text Example


Text Example

White with #8DA032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,160,50); }

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

background-color css

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

 a { background-color: rgb(141,160,50); }

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

border-color css

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

 span { border-color: rgb(141,160,50); }

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