#8AC774

Color #8AC774 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #8AC774

Tints of Mantis #8AC774

Color information

#8AC774 (or 0x8AC774) is unknown color: approx Mantis. HEX triplet: 8A, C7 and 74. RGB value is (138,199,116). Sum of RGB (Red+Green+Blue) = 138+199+116=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 199 - color contains mainly: green. Hex color #8AC774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC774 is #75388B. Grayscale: #ABABAB. Windows color (decimal): -7682188 or 7653258. OLE color: 7653258.

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

Color convert

RGB138199116-
CMYK0.3100.420.22
HSL104.1º42.56%61.76%-
HSV(B)104.1º41.71%78.04%-
XYZ34.0647.5123.9-
YUV171.396.79104.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.46%
GREEN value IS 199 (78.12% from 255) = 43.93%
BLUE value IS 116 (45.70% from 255) = 25.61%
R=30.46%
G=43.93%
B=25.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1381991160.3100.420.22104.142.5661.76
Hex8AC7741F02A16682b3e
Octal21230716437052261505376
Binary10001010110001111110100111110101010101101101000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,199,116); }

 H1.HeaderClassName
 {
   color: #8AC774;
 }
 .AnyTagClassName
 {
   color: #8AC774;
 }
</style>
background-color css

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

 a { background-color: rgb(138,199,116); }

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

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

 span { border-color: rgb(138,199,116); }

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