Html Css Color HEX #7AC141 Mantis

📋 copy color: '#7AC141'

red 122 ◦ green 193 ◦ blue 65

#7AC141
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #7AC141

Tints of Mantis #7AC141

RGB

 RED value IS 122 (48.05% from 255) = 32.11%

 GREEN value IS 193 (75.78% from 255) = 50.79%

 BLUE value IS 65 (25.78% from 255) = 17.11%

R = 32.11%
G = 50.79%
B = 17.11%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#7AC141 (or 0x7AC141) is known color: Mantis. HEX triplet: 7A, C1 and 41. RGB value is (122,193,65). Sum of RGB (Red+Green+Blue) = 122+193+65=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC141 is #853EBE. Grayscale: #9D9D9D. Windows color (decimal): -8732351 or 4309370. OLE color: 4309370.

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

Color convert

RGB 122 193 65 -
CMYK 0.37 0 0.66 0.24
HSL 93.28º 0.51% 0.51% -
HSV(B) 93.28º 0.66% 0.76% -
XYZ 28.05 42.66 11.76 -
YUV 157.18 75.98 102.91 -
System Red Green Blue C M Y K H S L
Decimal 122 193 65 0.37 0 0.66 0.24 93.28 0.51 0.51
Hex 7A C1 41 25 0 42 18 5D 33 33
Octal 172 301 101 45 0 102 30 135 63 63
Binary 1111010 11000001 1000001 100101 0 1000010 11000 1011101 110011 110011

Color Harmonies of #7AC141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC141

Black with #7AC141

Text Example


Text Example

White with #7AC141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7AC141;
 }
 .AnyTagClassName
 {
   color: #7AC141;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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