#7ACA52

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

Shades of Mantis #7ACA52

Tints of Mantis #7ACA52

Color information

#7ACA52 (or 0x7ACA52) is unknown color: approx Mantis. HEX triplet: 7A, CA and 52. RGB value is (122,202,82). Sum of RGB (Red+Green+Blue) = 122+202+82=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 202 (79.30% from 255 or 49.75% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 202 - color contains mainly: green. Hex color #7ACA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACA52 is #8535AD. Grayscale: #A4A4A4. Windows color (decimal): -8730030 or 5425786. OLE color: 5425786.

HSL color Cylindrical-coordinate representation of color #7ACA52: hue angle of 100º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7ACA52 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.

Color convert

RGB12220282-
CMYK0.4000.590.21
HSL100º53.1%55.69%-
HSV(B)100º59.41%79.22%-
XYZ30.6746.9915.44-
YUV164.481.597.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.05%
GREEN value IS 202 (79.30% from 255) = 49.75%
BLUE value IS 82 (32.42% from 255) = 20.20%
R=30.05%
G=49.75%
B=20.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122202820.4000.590.2110053.155.69
Hex7ACA522803B15643538
Octal17231212250073251446570
Binary11110101100101010100101010000111011101011100100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ACA52; }

 p { color: rgb(122,202,82); }

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

<style>
 a { background-color: #7ACA52; }

 a { background-color: rgb(122,202,82); }

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

<style>
 span { border-color: #7ACA52; }

 span { border-color: rgb(122,202,82); }

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