#8ADB62

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

Shades of Mantis #8ADB62

Tints of Mantis #8ADB62

Color information

#8ADB62 (or 0x8ADB62) is unknown color: approx Mantis. HEX triplet: 8A, DB and 62. RGB value is (138,219,98). Sum of RGB (Red+Green+Blue) = 138+219+98=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 219 (85.94% from 255 or 48.13% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADB62 is #75249D. Grayscale: #B5B5B5. Windows color (decimal): -7677086 or 6478730. OLE color: 6478730.

HSL color Cylindrical-coordinate representation of color #8ADB62: hue angle of 100.17º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8ADB62 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB13821998-
CMYK0.3700.550.14
HSL100.17º62.69%62.16%-
HSV(B)100.17º55.25%85.88%-
XYZ38.0256.9520.54-
YUV180.9981.1697.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.33%
GREEN value IS 219 (85.94% from 255) = 48.13%
BLUE value IS 98 (38.67% from 255) = 21.54%
R=30.33%
G=48.13%
B=21.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal138219980.3700.550.14100.1762.6962.16
Hex8ADB6225037E643f3e
Octal21233314245067161447776
Binary10001010110110111100010100101011011111101100100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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