#7ACB4C

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

Shades of Mantis #7ACB4C

Tints of Mantis #7ACB4C

Color information

#7ACB4C (or 0x7ACB4C) is unknown color: approx Mantis. HEX triplet: 7A, CB and 4C. RGB value is (122,203,76). Sum of RGB (Red+Green+Blue) = 122+203+76=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 76 (30.08% from 255 or 18.95% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #7ACB4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACB4C is #8534B3. Grayscale: #A4A4A4. Windows color (decimal): -8729780 or 5032826. OLE color: 5032826.

HSL color Cylindrical-coordinate representation of color #7ACB4C: hue angle of 98.27º degrees, saturation: 0.55, 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 #7ACB4C is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB12220376-
CMYK0.4000.630.20
HSL98.27º54.98%54.71%-
HSV(B)98.27º62.56%79.61%-
XYZ30.6947.3714.36-
YUV164.378.1697.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.42%
GREEN value IS 203 (79.69% from 255) = 50.62%
BLUE value IS 76 (30.08% from 255) = 18.95%
R=30.42%
G=50.62%
B=18.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal122203760.4000.630.2098.2754.9854.71
Hex7ACB4C2803F14623737
Octal17231311450077241426767
Binary11110101100101110011001010000111111101001100010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACB4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,203,76); }

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

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

 a { background-color: rgb(122,203,76); }

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

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

 span { border-color: rgb(122,203,76); }

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