#7AC14B

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

Shades of Mantis #7AC14B

Tints of Mantis #7AC14B

Color information

#7AC14B (or 0x7AC14B) is unknown color: approx Mantis. HEX triplet: 7A, C1 and 4B. RGB value is (122,193,75). Sum of RGB (Red+Green+Blue) = 122+193+75=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 193 (75.78% from 255 or 49.49% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC14B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC14B is #853EB4. Grayscale: #9E9E9E. Windows color (decimal): -8732341 or 4964730. OLE color: 4964730.

HSL color Cylindrical-coordinate representation of color #7AC14B: hue angle of 96.1º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7AC14B is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB12219375-
CMYK0.3700.610.24
HSL96.1º48.76%52.55%-
HSV(B)96.1º61.14%75.69%-
XYZ28.3742.7913.42-
YUV158.3280.98102.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.28%
GREEN value IS 193 (75.78% from 255) = 49.49%
BLUE value IS 75 (29.69% from 255) = 19.23%
R=31.28%
G=49.49%
B=19.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal122193750.3700.610.2496.148.7652.55
Hex7AC14B2503D18603135
Octal17230111345075301406165
Binary11110101100000110010111001010111101110001100000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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