#8ACD52

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

Shades of Mantis #8ACD52

Tints of Mantis #8ACD52

Color information

#8ACD52 (or 0x8ACD52) is unknown color: approx Mantis. HEX triplet: 8A, CD and 52. RGB value is (138,205,82). Sum of RGB (Red+Green+Blue) = 138+205+82=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACD52 is #7532AD. Grayscale: #ABABAB. Windows color (decimal): -7680686 or 5426570. OLE color: 5426570.

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

Color convert

RGB13820582-
CMYK0.3300.60.20
HSL92.68º55.16%56.27%-
HSV(B)92.68º60%80.39%-
XYZ33.8449.6815.79-
YUV170.9477.8104.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.47%
GREEN value IS 205 (80.47% from 255) = 48.24%
BLUE value IS 82 (32.42% from 255) = 19.29%
R=32.47%
G=48.24%
B=19.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal138205820.3300.60.2092.6855.1656.27
Hex8ACD522103C145d3738
Octal21231512241074241356770
Binary100010101100110110100101000010111100101001011101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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