#8ADE5A

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

Shades of Mantis #8ADE5A

Tints of Mantis #8ADE5A

Color information

#8ADE5A (or 0x8ADE5A) is unknown color: approx Mantis. HEX triplet: 8A, DE and 5A. RGB value is (138,222,90). Sum of RGB (Red+Green+Blue) = 138+222+90=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADE5A is #7521A5. Grayscale: #B6B6B6. Windows color (decimal): -7676326 or 5955210. OLE color: 5955210.

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

Color convert

RGB13822290-
CMYK0.3800.590.13
HSL98.18º66.67%61.18%-
HSV(B)98.18º59.46%87.06%-
XYZ38.4558.3818.92-
YUV181.8476.1796.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.67%
GREEN value IS 222 (87.11% from 255) = 49.33%
BLUE value IS 90 (35.55% from 255) = 20%
R=30.67%
G=49.33%
B=20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal138222900.3800.590.1398.1866.6761.18
Hex8ADE5A2603BD62433d
Octal212336132460731514210375
Binary100010101101111010110101001100111011110111000101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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