#7AC964

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

Shades of Mantis #7AC964

Tints of Mantis #7AC964

Color information

#7AC964 (or 0x7AC964) is unknown color: approx Mantis. HEX triplet: 7A, C9 and 64. RGB value is (122,201,100). Sum of RGB (Red+Green+Blue) = 122+201+100=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #7AC964 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC964 is #85369B. Grayscale: #A6A6A6. Windows color (decimal): -8730268 or 6605178. OLE color: 6605178.

HSL color Cylindrical-coordinate representation of color #7AC964: hue angle of 106.93º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AC964 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB122201100-
CMYK0.3900.500.21
HSL106.93º48.33%59.02%-
HSV(B)106.93º50.25%78.82%-
XYZ31.2146.8319.45-
YUV165.8690.8396.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.84%
GREEN value IS 201 (78.91% from 255) = 47.52%
BLUE value IS 100 (39.45% from 255) = 23.64%
R=28.84%
G=47.52%
B=23.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1222011000.3900.500.21106.9348.3359.02
Hex7AC96427032156b303b
Octal17231114447062251536073
Binary11110101100100111001001001110110010101011101011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,201,100); }

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

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

 a { background-color: rgb(122,201,100); }

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

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

 span { border-color: rgb(122,201,100); }

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