#8AD067

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

Shades of Mantis #8AD067

Tints of Mantis #8AD067

Color information

#8AD067 (or 0x8AD067) is unknown color: approx Mantis. HEX triplet: 8A, D0 and 67. RGB value is (138,208,103). Sum of RGB (Red+Green+Blue) = 138+208+103=449 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.73% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD067 is #752F98. Grayscale: #AFAFAF. Windows color (decimal): -7679897 or 6803594. OLE color: 6803594.

HSL color Cylindrical-coordinate representation of color #8AD067: hue angle of 100º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8AD067 is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB138208103-
CMYK0.3400.500.18
HSL100º52.76%60.98%-
HSV(B)100º50.48%81.57%-
XYZ35.4951.4920.9-
YUV175.187.31101.54-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.73%
GREEN value IS 208 (81.64% from 255) = 46.33%
BLUE value IS 103 (40.62% from 255) = 22.94%
R=30.73%
G=46.33%
B=22.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382081030.3400.500.1810052.7660.98
Hex8AD067220321264353d
Octal21232014742062221446575
Binary100010101101000011001111000100110010100101100100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,208,103); }

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

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

 a { background-color: rgb(138,208,103); }

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

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

 span { border-color: rgb(138,208,103); }

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