Html Css Color HEX #8AC075 Mantis

📋 copy color: '#8AC075'

red 138 ◦ green 192 ◦ blue 117

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

Shades of Mantis #8AC075

Tints of Mantis #8AC075

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.95%

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

R = 30.87%
G = 42.95%
B = 26.17%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#8AC075 (or 0x8AC075) is known color: Mantis. HEX triplet: 8A, C0 and 75. RGB value is (138,192,117). Sum of RGB (Red+Green+Blue) = 138+192+117=447 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.87% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC075 is #753F8A. Grayscale: #A7A7A7. Windows color (decimal): -7683979 or 7717002. OLE color: 7717002.

HSL color Cylindrical-coordinate representation of color #8AC075: hue angle of 103.2º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AC075 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 192 117 -
CMYK 0.28 0 0.39 0.25
HSL 103.2º 0.37% 0.61% -
HSV(B) 103.2º 0.39% 0.75% -
XYZ 32.54 44.39 23.68 -
YUV 167.3 99.61 107.1 -
System Red Green Blue C M Y K H S L
Decimal 138 192 117 0.28 0 0.39 0.25 103.2 0.37 0.61
Hex 8A C0 75 1C 0 27 19 67 25 3D
Octal 212 300 165 34 0 47 31 147 45 75
Binary 10001010 11000000 1110101 11100 0 100111 11001 1100111 100101 111101

Color Harmonies of #8AC075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC075

Black with #8AC075

Text Example


Text Example

White with #8AC075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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