#8ADB66

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

Shades of Mantis #8ADB66

Tints of Mantis #8ADB66

Color information

#8ADB66 (or 0x8ADB66) is unknown color: approx Mantis. HEX triplet: 8A, DB and 66. RGB value is (138,219,102). Sum of RGB (Red+Green+Blue) = 138+219+102=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 102 (40.23% from 255 or 22.22% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADB66 is #752499. Grayscale: #B5B5B5. Windows color (decimal): -7677082 or 6740874. OLE color: 6740874.

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

Color convert

RGB138219102-
CMYK0.3700.530.14
HSL101.54º61.9%62.94%-
HSV(B)101.54º53.42%85.88%-
XYZ38.2157.0321.56-
YUV181.4483.1697.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.07%
GREEN value IS 219 (85.94% from 255) = 47.71%
BLUE value IS 102 (40.23% from 255) = 22.22%
R=30.07%
G=47.71%
B=22.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1382191020.3700.530.14101.5461.962.94
Hex8ADB6625035E663e3f
Octal21233314645065161467677
Binary10001010110110111100110100101011010111101100110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ADB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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