#8CC95A

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

Shades of Mantis #8CC95A

Tints of Mantis #8CC95A

Color information

#8CC95A (or 0x8CC95A) is unknown color: approx Mantis. HEX triplet: 8C, C9 and 5A. RGB value is (140,201,90). Sum of RGB (Red+Green+Blue) = 140+201+90=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC95A is #7336A5. Grayscale: #AAAAAA. Windows color (decimal): -7550630 or 5949836. OLE color: 5949836.

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

Color convert

RGB14020190-
CMYK0.3000.550.21
HSL92.97º50.68%57.06%-
HSV(B)92.97º55.22%78.82%-
XYZ33.5548.0917.19-
YUV170.1182.79106.53-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.48%
GREEN value IS 201 (78.91% from 255) = 46.64%
BLUE value IS 90 (35.55% from 255) = 20.88%
R=32.48%
G=46.64%
B=20.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal140201900.3000.550.2192.9750.6857.06
Hex8CC95A1E037155d3339
Octal21431113236067251356371
Binary10001100110010011011010111100110111101011011101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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