Html Css Color HEX #7AC542 Mantis

📋 copy color: '#7AC542'

red 122 ◦ green 197 ◦ blue 66

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

Shades of Mantis #7AC542

Tints of Mantis #7AC542

RGB

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

 GREEN value IS 197 (77.34% from 255) = 51.17%

 BLUE value IS 66 (26.17% from 255) = 17.14%

R = 31.69%
G = 51.17%
B = 17.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#7AC542 (or 0x7AC542) is known color: Mantis. HEX triplet: 7A, C5 and 42. RGB value is (122,197,66). Sum of RGB (Red+Green+Blue) = 122+197+66=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC542 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC542 is #853ABD. Grayscale: #A0A0A0. Windows color (decimal): -8731326 or 4375930. OLE color: 4375930.

HSL color Cylindrical-coordinate representation of color #7AC542: hue angle of 94.35º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7AC542 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 122 197 66 -
CMYK 0.38 0 0.66 0.23
HSL 94.35º 0.53% 0.52% -
HSV(B) 94.35º 0.66% 0.77% -
XYZ 28.98 44.46 12.21 -
YUV 159.64 75.15 101.15 -
System Red Green Blue C M Y K H S L
Decimal 122 197 66 0.38 0 0.66 0.23 94.35 0.53 0.52
Hex 7A C5 42 26 0 42 17 5E 35 34
Octal 172 305 102 46 0 102 27 136 65 64
Binary 1111010 11000101 1000010 100110 0 1000010 10111 1011110 110101 110100

Color Harmonies of #7AC542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC542

Black with #7AC542

Text Example


Text Example

White with #7AC542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,197,66); }

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

background-color css

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

 a { background-color: rgb(122,197,66); }

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

border-color css

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

 span { border-color: rgb(122,197,66); }

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