Html Css Color HEX #8CA344 Wasabi

📋 copy color: '#8CA344'

red 140 ◦ green 163 ◦ blue 68

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

Shades of Wasabi #8CA344

Tints of Wasabi #8CA344

RGB

 RED value IS 140 (55.08% from 255) = 37.74%

 GREEN value IS 163 (64.06% from 255) = 43.94%

 BLUE value IS 68 (26.95% from 255) = 18.33%

R = 37.74%
G = 43.94%
B = 18.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#8CA344 (or 0x8CA344) is known color: Wasabi. HEX triplet: 8C, A3 and 44. RGB value is (140,163,68). Sum of RGB (Red+Green+Blue) = 140+163+68=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA344 is #735CBB. Grayscale: #919191. Windows color (decimal): -7560380 or 4498316. OLE color: 4498316.

HSL color Cylindrical-coordinate representation of color #8CA344: hue angle of 74.53º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8CA344 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 140 163 68 -
CMYK 0.14 0 0.58 0.36
HSL 74.53º 0.41% 0.45% -
HSV(B) 74.53º 0.58% 0.64% -
XYZ 24.96 32.19 10.37 -
YUV 145.29 84.38 124.22 -
System Red Green Blue C M Y K H S L
Decimal 140 163 68 0.14 0 0.58 0.36 74.53 0.41 0.45
Hex 8C A3 44 E 0 3A 24 4B 29 2D
Octal 214 243 104 16 0 72 44 113 51 55
Binary 10001100 10100011 1000100 1110 0 111010 100100 1001011 101001 101101

Color Harmonies of #8CA344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA344

Black with #8CA344

Text Example


Text Example

White with #8CA344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,163,68); }

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

background-color css

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

 a { background-color: rgb(140,163,68); }

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

border-color css

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

 span { border-color: rgb(140,163,68); }

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