#8AC274

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

Shades of Mantis #8AC274

Tints of Mantis #8AC274

Color information

#8AC274 (or 0x8AC274) is unknown color: approx Mantis. HEX triplet: 8A, C2 and 74. RGB value is (138,194,116). Sum of RGB (Red+Green+Blue) = 138+194+116=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC274 is #753D8B. Grayscale: #A8A8A8. Windows color (decimal): -7683468 or 7651978. OLE color: 7651978.

HSL color Cylindrical-coordinate representation of color #8AC274: hue angle of 103.08º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AC274 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB138194116-
CMYK0.2900.400.24
HSL103.08º39%60.78%-
HSV(B)103.08º40.21%76.08%-
XYZ32.9345.2523.52-
YUV168.3698.45106.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.80%
GREEN value IS 194 (76.17% from 255) = 43.30%
BLUE value IS 116 (45.70% from 255) = 25.89%
R=30.80%
G=43.30%
B=25.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1381941160.2900.400.24103.083960.78
Hex8AC2741D0281867273d
Octal21230216435050301474775
Binary10001010110000101110100111010101000110001100111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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