#8AD06A

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

Shades of Mantis #8AD06A

Tints of Mantis #8AD06A

Color information

#8AD06A (or 0x8AD06A) is unknown color: approx Mantis. HEX triplet: 8A, D0 and 6A. RGB value is (138,208,106). Sum of RGB (Red+Green+Blue) = 138+208+106=452 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.53% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD06A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD06A is #752F95. Grayscale: #AFAFAF. Windows color (decimal): -7679894 or 7000202. OLE color: 7000202.

HSL color Cylindrical-coordinate representation of color #8AD06A: hue angle of 101.18º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8AD06A is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB138208106-
CMYK0.3400.490.18
HSL101.18º52.04%61.57%-
HSV(B)101.18º49.04%81.57%-
XYZ35.6451.5621.71-
YUV175.4488.81101.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.53%
GREEN value IS 208 (81.64% from 255) = 46.02%
BLUE value IS 106 (41.80% from 255) = 23.45%
R=30.53%
G=46.02%
B=23.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382081060.3400.490.18101.1852.0461.57
Hex8AD06A220311265343e
Octal21232015242061221456476
Binary100010101101000011010101000100110001100101100101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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