Html Css Color HEX #7AC052 Mantis

📋 copy color: '#7AC052'

red 122 ◦ green 192 ◦ blue 82

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

Shades of Mantis #7AC052

Tints of Mantis #7AC052

RGB

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

 GREEN value IS 192 (75.39% from 255) = 48.48%

 BLUE value IS 82 (32.42% from 255) = 20.71%

R = 30.81%
G = 48.48%
B = 20.71%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#7AC052 (or 0x7AC052) is known color: Mantis. HEX triplet: 7A, C0 and 52. RGB value is (122,192,82). Sum of RGB (Red+Green+Blue) = 122+192+82=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC052 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC052 is #853FAD. Grayscale: #9E9E9E. Windows color (decimal): -8732590 or 5423226. OLE color: 5423226.

HSL color Cylindrical-coordinate representation of color #7AC052: hue angle of 98.18º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7AC052 is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 192 82 -
CMYK 0.36 0 0.57 0.25
HSL 98.18º 0.47% 0.54% -
HSV(B) 98.18º 0.57% 0.75% -
XYZ 28.4 42.45 14.68 -
YUV 158.53 84.81 101.94 -
System Red Green Blue C M Y K H S L
Decimal 122 192 82 0.36 0 0.57 0.25 98.18 0.47 0.54
Hex 7A C0 52 24 0 39 19 62 2F 36
Octal 172 300 122 44 0 71 31 142 57 66
Binary 1111010 11000000 1010010 100100 0 111001 11001 1100010 101111 110110

Color Harmonies of #7AC052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC052

Black with #7AC052

Text Example


Text Example

White with #7AC052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,192,82); }

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

background-color css

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

 a { background-color: rgb(122,192,82); }

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

border-color css

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

 span { border-color: rgb(122,192,82); }

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