Html Css Color HEX #8CA081 Amulet

📋 copy color: '#8CA081'

red 140 ◦ green 160 ◦ blue 129

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

Shades of Amulet #8CA081

Tints of Amulet #8CA081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.07%

R = 32.63%
G = 37.3%
B = 30.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#8CA081 (or 0x8CA081) is known color: Amulet. HEX triplet: 8C, A0 and 81. RGB value is (140,160,129). Sum of RGB (Red+Green+Blue) = 140+160+129=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 160 - color contains mainly: green. Hex color #8CA081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA081 is #735F7E. Grayscale: #969696. Windows color (decimal): -7561087 or 8495244. OLE color: 8495244.

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

Color convert

RGB 140 160 129 -
CMYK 0.12 0 0.19 0.37
HSL 98.71º 0.14% 0.57% -
HSV(B) 98.71º 0.19% 0.63% -
XYZ 27.35 32.3 25.56 -
YUV 150.49 115.87 120.52 -
System Red Green Blue C M Y K H S L
Decimal 140 160 129 0.12 0 0.19 0.37 98.71 0.14 0.57
Hex 8C A0 81 C 0 13 25 63 E 39
Octal 214 240 201 14 0 23 45 143 16 71
Binary 10001100 10100000 10000001 1100 0 10011 100101 1100011 1110 111001

Color Harmonies of #8CA081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA081

Black with #8CA081

Text Example


Text Example

White with #8CA081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,160,129); }

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

background-color css

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

 a { background-color: rgb(140,160,129); }

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

border-color css

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

 span { border-color: rgb(140,160,129); }

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