Html Css Color HEX #7AC14C Mantis

📋 copy color: '#7AC14C'

red 122 ◦ green 193 ◦ blue 76

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

Shades of Mantis #7AC14C

Tints of Mantis #7AC14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.44%

R = 31.2%
G = 49.36%
B = 19.44%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#7AC14C (or 0x7AC14C) is known color: Mantis. HEX triplet: 7A, C1 and 4C. RGB value is (122,193,76). Sum of RGB (Red+Green+Blue) = 122+193+76=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC14C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC14C is #853EB3. Grayscale: #9E9E9E. Windows color (decimal): -8732340 or 5030266. OLE color: 5030266.

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

Color convert

RGB 122 193 76 -
CMYK 0.37 0 0.61 0.24
HSL 96.41º 0.49% 0.53% -
HSV(B) 96.41º 0.61% 0.76% -
XYZ 28.4 42.8 13.6 -
YUV 158.43 81.48 102.01 -
System Red Green Blue C M Y K H S L
Decimal 122 193 76 0.37 0 0.61 0.24 96.41 0.49 0.53
Hex 7A C1 4C 25 0 3D 18 60 31 35
Octal 172 301 114 45 0 75 30 140 61 65
Binary 1111010 11000001 1001100 100101 0 111101 11000 1100000 110001 110101

Color Harmonies of #7AC14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC14C

Black with #7AC14C

Text Example


Text Example

White with #7AC14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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