#7AC948

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

Shades of Mantis #7AC948

Tints of Mantis #7AC948

Color information

#7AC948 (or 0x7AC948) is unknown color: approx Mantis. HEX triplet: 7A, C9 and 48. RGB value is (122,201,72). Sum of RGB (Red+Green+Blue) = 122+201+72=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #7AC948 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC948 is #8536B7. Grayscale: #A3A3A3. Windows color (decimal): -8730296 or 4770170. OLE color: 4770170.

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

Color convert

RGB12220172-
CMYK0.3900.640.21
HSL96.74º54.43%53.53%-
HSV(B)96.74º64.18%78.82%-
XYZ30.0846.3813.5-
YUV162.6776.8398.99-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.89%
GREEN value IS 201 (78.91% from 255) = 50.89%
BLUE value IS 72 (28.52% from 255) = 18.23%
R=30.89%
G=50.89%
B=18.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122201720.3900.640.2196.7454.4353.53
Hex7AC9482704015613636
Octal172311110470100251416666
Binary111101011001001100100010011101000000101011100001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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