#8CC972

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

Shades of Mantis #8CC972

Tints of Mantis #8CC972

Color information

#8CC972 (or 0x8CC972) is unknown color: approx Mantis. HEX triplet: 8C, C9 and 72. RGB value is (140,201,114). Sum of RGB (Red+Green+Blue) = 140+201+114=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC972 is #73368D. Grayscale: #ADADAD. Windows color (decimal): -7550606 or 7522700. OLE color: 7522700.

HSL color Cylindrical-coordinate representation of color #8CC972: hue angle of 102.07º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CC972 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB140201114-
CMYK0.3000.430.21
HSL102.07º44.62%61.76%-
HSV(B)102.07º43.28%78.82%-
XYZ34.7448.5623.46-
YUV172.8494.79104.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.77%
GREEN value IS 201 (78.91% from 255) = 44.18%
BLUE value IS 114 (44.92% from 255) = 25.05%
R=30.77%
G=44.18%
B=25.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1402011140.3000.430.21102.0744.6261.76
Hex8CC9721E02B15662d3e
Octal21431116236053251465576
Binary10001100110010011110010111100101011101011100110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,201,114); }

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

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

 a { background-color: rgb(140,201,114); }

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

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

 span { border-color: rgb(140,201,114); }

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