Html Css Color HEX #7AC550 Mantis

📋 copy color: '#7AC550'

red 122 ◦ green 197 ◦ blue 80

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

Shades of Mantis #7AC550

Tints of Mantis #7AC550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.05%

R = 30.58%
G = 49.37%
B = 20.05%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#7AC550 (or 0x7AC550) is known color: Mantis. HEX triplet: 7A, C5 and 50. RGB value is (122,197,80). Sum of RGB (Red+Green+Blue) = 122+197+80=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC550 is #853AAF. Grayscale: #A1A1A1. Windows color (decimal): -8731312 or 5293434. OLE color: 5293434.

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

Color convert

RGB 122 197 80 -
CMYK 0.38 0 0.59 0.23
HSL 98.46º 0.5% 0.54% -
HSV(B) 98.46º 0.59% 0.77% -
XYZ 29.44 44.65 14.66 -
YUV 161.24 82.15 100.01 -
System Red Green Blue C M Y K H S L
Decimal 122 197 80 0.38 0 0.59 0.23 98.46 0.5 0.54
Hex 7A C5 50 26 0 3B 17 62 32 36
Octal 172 305 120 46 0 73 27 142 62 66
Binary 1111010 11000101 1010000 100110 0 111011 10111 1100010 110010 110110

Color Harmonies of #7AC550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC550

Black with #7AC550

Text Example


Text Example

White with #7AC550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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