Html Css Color HEX #8CA246 Wasabi

📋 copy color: '#8CA246'

red 140 ◦ green 162 ◦ blue 70

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

Shades of Wasabi #8CA246

Tints of Wasabi #8CA246

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.55%

 BLUE value IS 70 (27.73% from 255) = 18.82%

R = 37.63%
G = 43.55%
B = 18.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#8CA246 (or 0x8CA246) is known color: Wasabi. HEX triplet: 8C, A2 and 46. RGB value is (140,162,70). Sum of RGB (Red+Green+Blue) = 140+162+70=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 70 (27.73% from 255 or 18.82% from 372); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA246 is #735DB9. Grayscale: #919191. Windows color (decimal): -7560634 or 4629132. OLE color: 4629132.

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

Color convert

RGB 140 162 70 -
CMYK 0.14 0 0.57 0.36
HSL 74.35º 0.4% 0.45% -
HSV(B) 74.35º 0.57% 0.64% -
XYZ 24.84 31.86 10.63 -
YUV 144.93 85.71 124.48 -
System Red Green Blue C M Y K H S L
Decimal 140 162 70 0.14 0 0.57 0.36 74.35 0.4 0.45
Hex 8C A2 46 E 0 39 24 4A 28 2D
Octal 214 242 106 16 0 71 44 112 50 55
Binary 10001100 10100010 1000110 1110 0 111001 100100 1001010 101000 101101

Color Harmonies of #8CA246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA246

Black with #8CA246

Text Example


Text Example

White with #8CA246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,162,70); }

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

background-color css

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

 a { background-color: rgb(140,162,70); }

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

border-color css

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

 span { border-color: rgb(140,162,70); }

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