#8ADB61

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

Shades of Mantis #8ADB61

Tints of Mantis #8ADB61

Color information

#8ADB61 (or 0x8ADB61) is unknown color: approx Mantis. HEX triplet: 8A, DB and 61. RGB value is (138,219,97). Sum of RGB (Red+Green+Blue) = 138+219+97=454 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.40% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADB61 is #75249E. Grayscale: #B5B5B5. Windows color (decimal): -7677087 or 6413194. OLE color: 6413194.

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

Color convert

RGB13821997-
CMYK0.3700.560.14
HSL99.84º62.89%61.96%-
HSV(B)99.84º55.71%85.88%-
XYZ37.9756.9320.3-
YUV180.8780.6697.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.40%
GREEN value IS 219 (85.94% from 255) = 48.24%
BLUE value IS 97 (38.28% from 255) = 21.37%
R=30.40%
G=48.24%
B=21.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal138219970.3700.560.1499.8462.8961.96
Hex8ADB6125038E643f3e
Octal21233314145070161447776
Binary10001010110110111100001100101011100011101100100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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