#8CD45A

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

Shades of Mantis #8CD45A

Tints of Mantis #8CD45A

Color information

#8CD45A (or 0x8CD45A) is unknown color: approx Mantis. HEX triplet: 8C, D4 and 5A. RGB value is (140,212,90). Sum of RGB (Red+Green+Blue) = 140+212+90=442 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.67% from 442); Green value is 212 (83.20% from 255 or 47.96% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 212 - color contains mainly: green. Hex color #8CD45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD45A is #732BA5. Grayscale: #B0B0B0. Windows color (decimal): -7547814 or 5952652. OLE color: 5952652.

HSL color Cylindrical-coordinate representation of color #8CD45A: hue angle of 95.41º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8CD45A is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB14021290-
CMYK0.3400.580.17
HSL95.41º58.65%59.22%-
HSV(B)95.41º57.55%83.14%-
XYZ36.253.418.07-
YUV176.5679.15101.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.67%
GREEN value IS 212 (83.20% from 255) = 47.96%
BLUE value IS 90 (35.55% from 255) = 20.36%
R=31.67%
G=47.96%
B=20.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal140212900.3400.580.1795.4158.6559.22
Hex8CD45A2203A115f3b3b
Octal21432413242072211377373
Binary100011001101010010110101000100111010100011011111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,212,90); }

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

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

 a { background-color: rgb(140,212,90); }

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

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

 span { border-color: rgb(140,212,90); }

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