Html Css Color HEX #7AC242 Mantis

📋 copy color: '#7AC242'

red 122 ◦ green 194 ◦ blue 66

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

Shades of Mantis #7AC242

Tints of Mantis #7AC242

RGB

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

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

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

R = 31.94%
G = 50.79%
B = 17.28%

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

#7AC242 (or 0x7AC242) is known color: Mantis. HEX triplet: 7A, C2 and 42. RGB value is (122,194,66). Sum of RGB (Red+Green+Blue) = 122+194+66=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC242 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC242 is #853DBD. Grayscale: #9E9E9E. Windows color (decimal): -8732094 or 4375162. OLE color: 4375162.

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

Color convert

RGB 122 194 66 -
CMYK 0.37 0 0.66 0.24
HSL 93.75º 0.51% 0.51% -
HSV(B) 93.75º 0.66% 0.76% -
XYZ 28.3 43.11 11.98 -
YUV 157.88 76.15 102.41 -
System Red Green Blue C M Y K H S L
Decimal 122 194 66 0.37 0 0.66 0.24 93.75 0.51 0.51
Hex 7A C2 42 25 0 42 18 5E 33 33
Octal 172 302 102 45 0 102 30 136 63 63
Binary 1111010 11000010 1000010 100101 0 1000010 11000 1011110 110011 110011

Color Harmonies of #7AC242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC242

Black with #7AC242

Text Example


Text Example

White with #7AC242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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