#8AD56F

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

Shades of Mantis #8AD56F

Tints of Mantis #8AD56F

Color information

#8AD56F (or 0x8AD56F) is unknown color: approx Mantis. HEX triplet: 8A, D5 and 6F. RGB value is (138,213,111). Sum of RGB (Red+Green+Blue) = 138+213+111=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD56F is #752A90. Grayscale: #B3B3B3. Windows color (decimal): -7678609 or 7329162. OLE color: 7329162.

HSL color Cylindrical-coordinate representation of color #8AD56F: hue angle of 104.12º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8AD56F is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB138213111-
CMYK0.3500.480.16
HSL104.12º54.84%63.53%-
HSV(B)104.12º47.89%83.53%-
XYZ37.1454.1423.53-
YUV178.9589.6598.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.87%
GREEN value IS 213 (83.59% from 255) = 46.10%
BLUE value IS 111 (43.75% from 255) = 24.03%
R=29.87%
G=46.10%
B=24.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1382131110.3500.480.16104.1254.8463.53
Hex8AD56F2303010683740
Octal212325157430602015067100
Binary1000101011010101110111110001101100001000011010001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,213,111); }

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

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

 a { background-color: rgb(138,213,111); }

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

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

 span { border-color: rgb(138,213,111); }

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