#8ACD6A

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

Shades of Mantis #8ACD6A

Tints of Mantis #8ACD6A

Color information

#8ACD6A (or 0x8ACD6A) is unknown color: approx Mantis. HEX triplet: 8A, CD and 6A. RGB value is (138,205,106). Sum of RGB (Red+Green+Blue) = 138+205+106=449 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.73% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACD6A is #753295. Grayscale: #AEAEAE. Windows color (decimal): -7680662 or 6999434. OLE color: 6999434.

HSL color Cylindrical-coordinate representation of color #8ACD6A: hue angle of 100.61º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8ACD6A is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB138205106-
CMYK0.3300.480.20
HSL100.61º49.75%60.98%-
HSV(B)100.61º48.29%80.39%-
XYZ34.9150.1121.47-
YUV173.6889.8102.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.73%
GREEN value IS 205 (80.47% from 255) = 45.66%
BLUE value IS 106 (41.80% from 255) = 23.61%
R=30.73%
G=45.66%
B=23.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1382051060.3300.480.20100.6149.7560.98
Hex8ACD6A210301465323d
Octal21231515241060241456275
Binary100010101100110111010101000010110000101001100101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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