Html Css Color HEX #7AC64A Mantis

📋 copy color: '#7AC64A'

red 122 ◦ green 198 ◦ blue 74

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

Shades of Mantis #7AC64A

Tints of Mantis #7AC64A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50.25%

 BLUE value IS 74 (29.3% from 255) = 18.78%

R = 30.96%
G = 50.25%
B = 18.78%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#7AC64A (or 0x7AC64A) is known color: Mantis. HEX triplet: 7A, C6 and 4A. RGB value is (122,198,74). Sum of RGB (Red+Green+Blue) = 122+198+74=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 198 (77.73% from 255 or 50.25% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 198 - color contains mainly: green. Hex color #7AC64A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC64A is #8539B5. Grayscale: #A1A1A1. Windows color (decimal): -8731062 or 4900474. OLE color: 4900474.

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

Color convert

RGB 122 198 74 -
CMYK 0.38 0 0.63 0.22
HSL 96.77º 0.52% 0.53% -
HSV(B) 96.77º 0.63% 0.78% -
XYZ 29.46 45.02 13.62 -
YUV 161.14 78.82 100.08 -
System Red Green Blue C M Y K H S L
Decimal 122 198 74 0.38 0 0.63 0.22 96.77 0.52 0.53
Hex 7A C6 4A 26 0 3F 16 61 34 35
Octal 172 306 112 46 0 77 26 141 64 65
Binary 1111010 11000110 1001010 100110 0 111111 10110 1100001 110100 110101

Color Harmonies of #7AC64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC64A

Black with #7AC64A

Text Example


Text Example

White with #7AC64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,198,74); }

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

background-color css

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

 a { background-color: rgb(122,198,74); }

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

border-color css

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

 span { border-color: rgb(122,198,74); }

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