#7ACA5A

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

Shades of Mantis #7ACA5A

Tints of Mantis #7ACA5A

Color information

#7ACA5A (or 0x7ACA5A) is unknown color: approx Mantis. HEX triplet: 7A, CA and 5A. RGB value is (122,202,90). Sum of RGB (Red+Green+Blue) = 122+202+90=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 202 - color contains mainly: green. Hex color #7ACA5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACA5A is #8535A5. Grayscale: #A5A5A5. Windows color (decimal): -8730022 or 5950074. OLE color: 5950074.

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

Color convert

RGB12220290-
CMYK0.4000.550.21
HSL102.86º51.38%57.25%-
HSV(B)102.86º55.45%79.22%-
XYZ30.9947.1217.13-
YUV165.3185.597.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.47%
GREEN value IS 202 (79.30% from 255) = 48.79%
BLUE value IS 90 (35.55% from 255) = 21.74%
R=29.47%
G=48.79%
B=21.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122202900.4000.550.21102.8651.3857.25
Hex7ACA5A2803715673339
Octal17231213250067251476371
Binary11110101100101010110101010000110111101011100111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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