Html Css Color HEX #8AB57A Amulet

📋 copy color: '#8AB57A'

red 138 ◦ green 181 ◦ blue 122

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

Shades of Amulet #8AB57A

Tints of Amulet #8AB57A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.04%

 BLUE value IS 122 (48.05% from 255) = 27.66%

R = 31.29%
G = 41.04%
B = 27.66%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#8AB57A (or 0x8AB57A) is known color: Amulet. HEX triplet: 8A, B5 and 7A. RGB value is (138,181,122). Sum of RGB (Red+Green+Blue) = 138+181+122=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB57A is #754A85. Grayscale: #A1A1A1. Windows color (decimal): -7686790 or 8041866. OLE color: 8041866.

HSL color Cylindrical-coordinate representation of color #8AB57A: hue angle of 103.73º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AB57A is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 138 181 122 -
CMYK 0.24 0 0.33 0.29
HSL 103.73º 0.29% 0.59% -
HSV(B) 103.73º 0.33% 0.71% -
XYZ 30.52 39.86 24.5 -
YUV 161.42 105.75 111.3 -
System Red Green Blue C M Y K H S L
Decimal 138 181 122 0.24 0 0.33 0.29 103.73 0.29 0.59
Hex 8A B5 7A 18 0 21 1D 68 1D 3B
Octal 212 265 172 30 0 41 35 150 35 73
Binary 10001010 10110101 1111010 11000 0 100001 11101 1101000 11101 111011

Color Harmonies of #8AB57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB57A

Black with #8AB57A

Text Example


Text Example

White with #8AB57A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,181,122); }

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

background-color css

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

 a { background-color: rgb(138,181,122); }

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

border-color css

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

 span { border-color: rgb(138,181,122); }

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