Html Css Color HEX #8AC575 Mantis

📋 copy color: '#8AC575'

red 138 ◦ green 197 ◦ blue 117

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

Shades of Mantis #8AC575

Tints of Mantis #8AC575

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.58%

 BLUE value IS 117 (46.09% from 255) = 25.88%

R = 30.53%
G = 43.58%
B = 25.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#8AC575 (or 0x8AC575) is known color: Mantis. HEX triplet: 8A, C5 and 75. RGB value is (138,197,117). Sum of RGB (Red+Green+Blue) = 138+197+117=452 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.53% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 197 - color contains mainly: green. Hex color #8AC575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC575 is #753A8A. Grayscale: #AAAAAA. Windows color (decimal): -7682699 or 7718282. OLE color: 7718282.

HSL color Cylindrical-coordinate representation of color #8AC575: hue angle of 104.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AC575 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 138 197 117 -
CMYK 0.30 0 0.41 0.23
HSL 104.25º 0.41% 0.62% -
HSV(B) 104.25º 0.41% 0.77% -
XYZ 33.66 46.62 24.05 -
YUV 170.24 97.95 105 -
System Red Green Blue C M Y K H S L
Decimal 138 197 117 0.30 0 0.41 0.23 104.25 0.41 0.62
Hex 8A C5 75 1E 0 29 17 68 29 3E
Octal 212 305 165 36 0 51 27 150 51 76
Binary 10001010 11000101 1110101 11110 0 101001 10111 1101000 101001 111110

Color Harmonies of #8AC575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC575

Black with #8AC575

Text Example


Text Example

White with #8AC575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,197,117); }

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

background-color css

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

 a { background-color: rgb(138,197,117); }

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

border-color css

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

 span { border-color: rgb(138,197,117); }

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