Html Css Color HEX #8CA345 Wasabi

📋 copy color: '#8CA345'

red 140 ◦ green 163 ◦ blue 69

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

Shades of Wasabi #8CA345

Tints of Wasabi #8CA345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.55%

R = 37.63%
G = 43.82%
B = 18.55%

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

#8CA345 (or 0x8CA345) is known color: Wasabi. HEX triplet: 8C, A3 and 45. RGB value is (140,163,69). Sum of RGB (Red+Green+Blue) = 140+163+69=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 69 (27.34% from 255 or 18.55% from 372); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA345 is #735CBA. Grayscale: #919191. Windows color (decimal): -7560379 or 4563852. OLE color: 4563852.

HSL color Cylindrical-coordinate representation of color #8CA345: hue angle of 74.68º 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 #8CA345 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 140 163 69 -
CMYK 0.14 0 0.58 0.36
HSL 74.68º 0.41% 0.45% -
HSV(B) 74.68º 0.58% 0.64% -
XYZ 24.99 32.2 10.53 -
YUV 145.41 84.88 124.14 -
System Red Green Blue C M Y K H S L
Decimal 140 163 69 0.14 0 0.58 0.36 74.68 0.41 0.45
Hex 8C A3 45 E 0 3A 24 4B 29 2D
Octal 214 243 105 16 0 72 44 113 51 55
Binary 10001100 10100011 1000101 1110 0 111010 100100 1001011 101001 101101

Color Harmonies of #8CA345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA345

Black with #8CA345

Text Example


Text Example

White with #8CA345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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