Html Css Color HEX #8AB57C Amulet

📋 copy color: '#8AB57C'

red 138 ◦ green 181 ◦ blue 124

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

Shades of Amulet #8AB57C

Tints of Amulet #8AB57C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.99%

R = 31.15%
G = 40.86%
B = 27.99%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#8AB57C (or 0x8AB57C) is known color: Amulet. HEX triplet: 8A, B5 and 7C. RGB value is (138,181,124). Sum of RGB (Red+Green+Blue) = 138+181+124=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB57C is #754A83. Grayscale: #A1A1A1. Windows color (decimal): -7686788 or 8172938. OLE color: 8172938.

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

Color convert

RGB 138 181 124 -
CMYK 0.24 0 0.31 0.29
HSL 105.26º 0.28% 0.6% -
HSV(B) 105.26º 0.31% 0.71% -
XYZ 30.64 39.91 25.16 -
YUV 161.65 106.75 111.13 -
System Red Green Blue C M Y K H S L
Decimal 138 181 124 0.24 0 0.31 0.29 105.26 0.28 0.6
Hex 8A B5 7C 18 0 1F 1D 69 1C 3C
Octal 212 265 174 30 0 37 35 151 34 74
Binary 10001010 10110101 1111100 11000 0 11111 11101 1101001 11100 111100

Color Harmonies of #8AB57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB57C

Black with #8AB57C

Text Example


Text Example

White with #8AB57C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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