Html Css Color HEX #7ACE50 Mantis

📋 copy color: '#7ACE50'

red 122 ◦ green 206 ◦ blue 80

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

Shades of Mantis #7ACE50

Tints of Mantis #7ACE50

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.49%

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

R = 29.9%
G = 50.49%
B = 19.61%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#7ACE50 (or 0x7ACE50) is known color: Mantis. HEX triplet: 7A, CE and 50. RGB value is (122,206,80). Sum of RGB (Red+Green+Blue) = 122+206+80=408 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.90% from 408); Green value is 206 (80.86% from 255 or 50.49% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 206 - color contains mainly: green. Hex color #7ACE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACE50 is #8531AF. Grayscale: #A6A6A6. Windows color (decimal): -8729008 or 5295738. OLE color: 5295738.

HSL color Cylindrical-coordinate representation of color #7ACE50: hue angle of 100º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7ACE50 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 206 80 -
CMYK 0.41 0 0.61 0.19
HSL 100º 0.56% 0.56% -
HSV(B) 100º 0.61% 0.81% -
XYZ 31.55 48.86 15.36 -
YUV 166.52 79.17 96.25 -
System Red Green Blue C M Y K H S L
Decimal 122 206 80 0.41 0 0.61 0.19 100 0.56 0.56
Hex 7A CE 50 29 0 3D 13 64 38 38
Octal 172 316 120 51 0 75 23 144 70 70
Binary 1111010 11001110 1010000 101001 0 111101 10011 1100100 111000 111000

Color Harmonies of #7ACE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACE50

Black with #7ACE50

Text Example


Text Example

White with #7ACE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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