Html Css Color HEX #7AC241 Mantis

📋 copy color: '#7AC241'

red 122 ◦ green 194 ◦ blue 65

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

Shades of Mantis #7AC241

Tints of Mantis #7AC241

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.92%

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

R = 32.02%
G = 50.92%
B = 17.06%

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

#7AC241 (or 0x7AC241) is known color: Mantis. HEX triplet: 7A, C2 and 41. RGB value is (122,194,65). Sum of RGB (Red+Green+Blue) = 122+194+65=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC241 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC241 is #853DBE. Grayscale: #9E9E9E. Windows color (decimal): -8732095 or 4309626. OLE color: 4309626.

HSL color Cylindrical-coordinate representation of color #7AC241: hue angle of 93.49º 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 #7AC241 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 122 194 65 -
CMYK 0.37 0 0.66 0.24
HSL 93.49º 0.51% 0.51% -
HSV(B) 93.49º 0.66% 0.76% -
XYZ 28.27 43.1 11.83 -
YUV 157.77 75.65 102.49 -
System Red Green Blue C M Y K H S L
Decimal 122 194 65 0.37 0 0.66 0.24 93.49 0.51 0.51
Hex 7A C2 41 25 0 42 18 5D 33 33
Octal 172 302 101 45 0 102 30 135 63 63
Binary 1111010 11000010 1000001 100101 0 1000010 11000 1011101 110011 110011

Color Harmonies of #7AC241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC241

Black with #7AC241

Text Example


Text Example

White with #7AC241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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