Html Css Color HEX #8DA17D Amulet

📋 copy color: '#8DA17D'

red 141 ◦ green 161 ◦ blue 125

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

Shades of Amulet #8DA17D

Tints of Amulet #8DA17D

RGB

 RED value IS 141 (55.47% from 255) = 33.02%

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

 BLUE value IS 125 (49.22% from 255) = 29.27%

R = 33.02%
G = 37.7%
B = 29.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#8DA17D (or 0x8DA17D) is known color: Amulet. HEX triplet: 8D, A1 and 7D. RGB value is (141,161,125). Sum of RGB (Red+Green+Blue) = 141+161+125=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA17D is #725E82. Grayscale: #979797. Windows color (decimal): -7495299 or 8233357. OLE color: 8233357.

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

Color convert

RGB 141 161 125 -
CMYK 0.12 0 0.22 0.37
HSL 93.33º 0.16% 0.56% -
HSV(B) 93.33º 0.22% 0.63% -
XYZ 27.43 32.63 24.26 -
YUV 150.92 113.37 120.93 -
System Red Green Blue C M Y K H S L
Decimal 141 161 125 0.12 0 0.22 0.37 93.33 0.16 0.56
Hex 8D A1 7D C 0 16 25 5D 10 38
Octal 215 241 175 14 0 26 45 135 20 70
Binary 10001101 10100001 1111101 1100 0 10110 100101 1011101 10000 111000

Color Harmonies of #8DA17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA17D

Black with #8DA17D

Text Example


Text Example

White with #8DA17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,161,125); }

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

background-color css

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

 a { background-color: rgb(141,161,125); }

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

border-color css

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

 span { border-color: rgb(141,161,125); }

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