#8AD462

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

Shades of Mantis #8AD462

Tints of Mantis #8AD462

Color information

#8AD462 (or 0x8AD462) is unknown color: approx Mantis. HEX triplet: 8A, D4 and 62. RGB value is (138,212,98). Sum of RGB (Red+Green+Blue) = 138+212+98=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD462 is #752B9D. Grayscale: #B1B1B1. Windows color (decimal): -7678878 or 6476938. OLE color: 6476938.

HSL color Cylindrical-coordinate representation of color #8AD462: hue angle of 98.95º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8AD462 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB13821298-
CMYK0.3500.540.17
HSL98.95º57%60.78%-
HSV(B)98.95º53.77%83.14%-
XYZ36.2353.3719.95-
YUV176.8883.48100.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.80%
GREEN value IS 212 (83.20% from 255) = 47.32%
BLUE value IS 98 (38.67% from 255) = 21.88%
R=30.80%
G=47.32%
B=21.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal138212980.3500.540.1798.955760.78
Hex8AD462230361163393d
Octal21232414243066211437175
Binary100010101101010011000101000110110110100011100011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,212,98); }

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

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

 a { background-color: rgb(138,212,98); }

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

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

 span { border-color: rgb(138,212,98); }

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