#8ADB63

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

Shades of Mantis #8ADB63

Tints of Mantis #8ADB63

Color information

#8ADB63 (or 0x8ADB63) is unknown color: approx Mantis. HEX triplet: 8A, DB and 63. RGB value is (138,219,99). Sum of RGB (Red+Green+Blue) = 138+219+99=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADB63 is #75249C. Grayscale: #B5B5B5. Windows color (decimal): -7677085 or 6544266. OLE color: 6544266.

HSL color Cylindrical-coordinate representation of color #8ADB63: hue angle of 100.5º degrees, saturation: 0.62, 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 #8ADB63 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB13821999-
CMYK0.3700.550.14
HSL100.5º62.5%62.35%-
HSV(B)100.5º54.79%85.88%-
XYZ38.0656.9720.79-
YUV181.181.6697.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.26%
GREEN value IS 219 (85.94% from 255) = 48.03%
BLUE value IS 99 (39.06% from 255) = 21.71%
R=30.26%
G=48.03%
B=21.71%

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
Decimal138219990.3700.550.14100.562.562.35
Hex8ADB6325037E643e3e
Octal21233314345067161447676
Binary10001010110110111100011100101011011111101100100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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