#7ACE50

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

Shades of Mantis #7ACE50

Tints of Mantis #7ACE50

Color information

#7ACE50 (or 0x7ACE50) is unknown color: approx Mantis. HEX triplet: 7A, CE and 50. RGB value is (122,206,80). Sum of RGB (Red+Green+Blue) = 122+206+80=408 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.90% from 408); Green value is 206 (80.86% from 255 or 50.49% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACE50 is #8531AF. Grayscale: #A6A6A6. Windows color (decimal): -8729008 or 5295738. OLE color: 5295738.

HSL color Cylindrical-coordinate representation of color #7ACE50: hue angle of 100º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7ACE50 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB12220680-
CMYK0.4100.610.19
HSL100º56.25%56.08%-
HSV(B)100º61.17%80.78%-
XYZ31.5548.8615.36-
YUV166.5279.1796.25-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.90%
GREEN value IS 206 (80.86% from 255) = 50.49%
BLUE value IS 80 (31.64% from 255) = 19.61%
R=29.90%
G=50.49%
B=19.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal122206800.4100.610.1910056.2556.08
Hex7ACE502903D13643838
Octal17231612051075231447070
Binary11110101100111010100001010010111101100111100100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,206,80); }

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

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

 a { background-color: rgb(122,206,80); }

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

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

 span { border-color: rgb(122,206,80); }

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