#8ADE61

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

Shades of Mantis #8ADE61

Tints of Mantis #8ADE61

Color information

#8ADE61 (or 0x8ADE61) is unknown color: approx Mantis. HEX triplet: 8A, DE and 61. RGB value is (138,222,97). Sum of RGB (Red+Green+Blue) = 138+222+97=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 222 (87.11% from 255 or 48.58% from 457); Blue value is 97 (38.28% from 255 or 21.23% from 457); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADE61 is #75219E. Grayscale: #B7B7B7. Windows color (decimal): -7676319 or 6413962. OLE color: 6413962.

HSL color Cylindrical-coordinate representation of color #8ADE61: hue angle of 100.32º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8ADE61 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB13822297-
CMYK0.3800.560.13
HSL100.32º65.45%62.55%-
HSV(B)100.32º56.31%87.06%-
XYZ38.7658.5120.56-
YUV182.6379.6796.16-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.20%
GREEN value IS 222 (87.11% from 255) = 48.58%
BLUE value IS 97 (38.28% from 255) = 21.23%
R=30.20%
G=48.58%
B=21.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal138222970.3800.560.13100.3265.4562.55
Hex8ADE6126038D64413f
Octal212336141460701514410177
Binary100010101101111011000011001100111000110111001001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,222,97); }

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

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

 a { background-color: rgb(138,222,97); }

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

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

 span { border-color: rgb(138,222,97); }

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