Html Css Color HEX #8AA145 Wasabi

📋 copy color: '#8AA145'

red 138 ◦ green 161 ◦ blue 69

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

Shades of Wasabi #8AA145

Tints of Wasabi #8AA145

RGB

 RED value IS 138 (54.3% from 255) = 37.5%

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

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

R = 37.5%
G = 43.75%
B = 18.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#8AA145 (or 0x8AA145) is known color: Wasabi. HEX triplet: 8A, A1 and 45. RGB value is (138,161,69). Sum of RGB (Red+Green+Blue) = 138+161+69=368 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.5% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA145 is #755EBA. Grayscale: #8F8F8F. Windows color (decimal): -7691963 or 4563338. OLE color: 4563338.

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

Color convert

RGB 138 161 69 -
CMYK 0.14 0 0.57 0.37
HSL 75º 0.4% 0.45% -
HSV(B) 75º 0.57% 0.63% -
XYZ 24.3 31.32 10.4 -
YUV 143.64 85.88 123.98 -
System Red Green Blue C M Y K H S L
Decimal 138 161 69 0.14 0 0.57 0.37 75 0.4 0.45
Hex 8A A1 45 E 0 39 25 4B 28 2D
Octal 212 241 105 16 0 71 45 113 50 55
Binary 10001010 10100001 1000101 1110 0 111001 100101 1001011 101000 101101

Color Harmonies of #8AA145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA145

Black with #8AA145

Text Example


Text Example

White with #8AA145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,161,69); }

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

background-color css

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

 a { background-color: rgb(138,161,69); }

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

border-color css

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

 span { border-color: rgb(138,161,69); }

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