#8AD054

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

Shades of Mantis #8AD054

Tints of Mantis #8AD054

Color information

#8AD054 (or 0x8AD054) is unknown color: approx Mantis. HEX triplet: 8A, D0 and 54. RGB value is (138,208,84). Sum of RGB (Red+Green+Blue) = 138+208+84=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 84 (33.20% from 255 or 19.53% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD054 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD054 is #752FAB. Grayscale: #ADADAD. Windows color (decimal): -7679916 or 5558410. OLE color: 5558410.

HSL color Cylindrical-coordinate representation of color #8AD054: hue angle of 93.87º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8AD054 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB13820884-
CMYK0.3400.600.18
HSL93.87º56.88%57.25%-
HSV(B)93.87º59.62%81.57%-
XYZ34.6451.1616.44-
YUV172.9377.81103.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.09%
GREEN value IS 208 (81.64% from 255) = 48.37%
BLUE value IS 84 (33.20% from 255) = 19.53%
R=32.09%
G=48.37%
B=19.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal138208840.3400.600.1893.8756.8857.25
Hex8AD0542203C125e3939
Octal21232012442074221367171
Binary100010101101000010101001000100111100100101011110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,208,84); }

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

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

 a { background-color: rgb(138,208,84); }

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

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

 span { border-color: rgb(138,208,84); }

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