#7AC055

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

Shades of Mantis #7AC055

Tints of Mantis #7AC055

Color information

#7AC055 (or 0x7AC055) is unknown color: approx Mantis. HEX triplet: 7A, C0 and 55. RGB value is (122,192,85). Sum of RGB (Red+Green+Blue) = 122+192+85=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC055 is #853FAA. Grayscale: #9F9F9F. Windows color (decimal): -8732587 or 5619834. OLE color: 5619834.

HSL color Cylindrical-coordinate representation of color #7AC055: hue angle of 99.25º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7AC055 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB12219285-
CMYK0.3600.560.25
HSL99.25º45.92%54.31%-
HSV(B)99.25º55.73%75.29%-
XYZ28.5242.4915.29-
YUV158.8786.31101.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.58%
GREEN value IS 192 (75.39% from 255) = 48.12%
BLUE value IS 85 (33.59% from 255) = 21.30%
R=30.58%
G=48.12%
B=21.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122192850.3600.560.2599.2545.9254.31
Hex7AC0552403819632e36
Octal17230012544070311435666
Binary11110101100000010101011001000111000110011100011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,192,85); }

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

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

 a { background-color: rgb(122,192,85); }

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

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

 span { border-color: rgb(122,192,85); }

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