Html Css Color HEX #8ACD57 Mantis

📋 copy color: '#8ACD57'

red 138 ◦ green 205 ◦ blue 87

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

Shades of Mantis #8ACD57

Tints of Mantis #8ACD57

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.67%

 BLUE value IS 87 (34.38% from 255) = 20.23%

R = 32.09%
G = 47.67%
B = 20.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#8ACD57 (or 0x8ACD57) is known color: Mantis. HEX triplet: 8A, CD and 57. RGB value is (138,205,87). Sum of RGB (Red+Green+Blue) = 138+205+87=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACD57 is #7532A8. Grayscale: #ABABAB. Windows color (decimal): -7680681 or 5754250. OLE color: 5754250.

HSL color Cylindrical-coordinate representation of color #8ACD57: hue angle of 94.07º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8ACD57 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 205 87 -
CMYK 0.33 0 0.58 0.20
HSL 94.07º 0.54% 0.57% -
HSV(B) 94.07º 0.58% 0.8% -
XYZ 34.03 49.75 16.83 -
YUV 171.52 80.3 104.09 -
System Red Green Blue C M Y K H S L
Decimal 138 205 87 0.33 0 0.58 0.20 94.07 0.54 0.57
Hex 8A CD 57 21 0 3A 14 5E 36 39
Octal 212 315 127 41 0 72 24 136 66 71
Binary 10001010 11001101 1010111 100001 0 111010 10100 1011110 110110 111001

Color Harmonies of #8ACD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACD57

Black with #8ACD57

Text Example


Text Example

White with #8ACD57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,205,87); }

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

background-color css

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

 a { background-color: rgb(138,205,87); }

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

border-color css

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

 span { border-color: rgb(138,205,87); }

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