#7ACC4B

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

Shades of Mantis #7ACC4B

Tints of Mantis #7ACC4B

Color information

#7ACC4B (or 0x7ACC4B) is unknown color: approx Mantis. HEX triplet: 7A, CC and 4B. RGB value is (122,204,75). Sum of RGB (Red+Green+Blue) = 122+204+75=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 75 (29.69% from 255 or 18.70% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACC4B is #8533B4. Grayscale: #A5A5A5. Windows color (decimal): -8729525 or 4967546. OLE color: 4967546.

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

Color convert

RGB12220475-
CMYK0.4000.630.2
HSL98.14º55.84%54.71%-
HSV(B)98.14º63.24%80%-
XYZ30.8947.8314.26-
YUV164.7877.3397.49-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.42%
GREEN value IS 204 (80.08% from 255) = 50.87%
BLUE value IS 75 (29.69% from 255) = 18.70%
R=30.42%
G=50.87%
B=18.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal122204750.4000.630.298.1455.8454.71
Hex7ACC4B2803F14623837
Octal17231411350077241427067
Binary11110101100110010010111010000111111101001100010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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