Html Css Color HEX #8AC675 Mantis

📋 copy color: '#8AC675'

red 138 ◦ green 198 ◦ blue 117

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

Shades of Mantis #8AC675

Tints of Mantis #8AC675

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.71%

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

R = 30.46%
G = 43.71%
B = 25.83%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#8AC675 (or 0x8AC675) is known color: Mantis. HEX triplet: 8A, C6 and 75. RGB value is (138,198,117). Sum of RGB (Red+Green+Blue) = 138+198+117=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 198 - color contains mainly: green. Hex color #8AC675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC675 is #75398A. Grayscale: #ABABAB. Windows color (decimal): -7682443 or 7718538. OLE color: 7718538.

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

Color convert

RGB 138 198 117 -
CMYK 0.30 0 0.41 0.22
HSL 104.44º 0.42% 0.62% -
HSV(B) 104.44º 0.41% 0.78% -
XYZ 33.89 47.08 24.13 -
YUV 170.83 97.62 104.59 -
System Red Green Blue C M Y K H S L
Decimal 138 198 117 0.30 0 0.41 0.22 104.44 0.42 0.62
Hex 8A C6 75 1E 0 29 16 68 2A 3E
Octal 212 306 165 36 0 51 26 150 52 76
Binary 10001010 11000110 1110101 11110 0 101001 10110 1101000 101010 111110

Color Harmonies of #8AC675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC675

Black with #8AC675

Text Example


Text Example

White with #8AC675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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