#7ACC45

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

Shades of Mantis #7ACC45

Tints of Mantis #7ACC45

Color information

#7ACC45 (or 0x7ACC45) is unknown color: approx Mantis. HEX triplet: 7A, CC and 45. RGB value is (122,204,69). Sum of RGB (Red+Green+Blue) = 122+204+69=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACC45 is #8533BA. Grayscale: #A4A4A4. Windows color (decimal): -8729531 or 4574330. OLE color: 4574330.

HSL color Cylindrical-coordinate representation of color #7ACC45: hue angle of 96.44º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7ACC45 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB12220469-
CMYK0.4000.660.2
HSL96.44º56.96%53.53%-
HSV(B)96.44º66.18%80%-
XYZ30.6947.7513.23-
YUV164.0974.3397.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.89%
GREEN value IS 204 (80.08% from 255) = 51.65%
BLUE value IS 69 (27.34% from 255) = 17.47%
R=30.89%
G=51.65%
B=17.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal122204690.4000.660.296.4456.9653.53
Hex7ACC452804214603936
Octal172314105500102241407166
Binary111101011001100100010110100001000010101001100000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,204,69); }

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

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

 a { background-color: rgb(122,204,69); }

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

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

 span { border-color: rgb(122,204,69); }

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