Html Css Color HEX #7AC045 Mantis

📋 copy color: '#7AC045'

red 122 ◦ green 192 ◦ blue 69

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

Shades of Mantis #7AC045

Tints of Mantis #7AC045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.02%

R = 31.85%
G = 50.13%
B = 18.02%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#7AC045 (or 0x7AC045) is known color: Mantis. HEX triplet: 7A, C0 and 45. RGB value is (122,192,69). Sum of RGB (Red+Green+Blue) = 122+192+69=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC045 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC045 is #853FBA. Grayscale: #9D9D9D. Windows color (decimal): -8732603 or 4571258. OLE color: 4571258.

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

Color convert

RGB 122 192 69 -
CMYK 0.36 0 0.64 0.25
HSL 94.15º 0.49% 0.51% -
HSV(B) 94.15º 0.64% 0.75% -
XYZ 27.95 42.27 12.32 -
YUV 157.05 78.31 103 -
System Red Green Blue C M Y K H S L
Decimal 122 192 69 0.36 0 0.64 0.25 94.15 0.49 0.51
Hex 7A C0 45 24 0 40 19 5E 31 33
Octal 172 300 105 44 0 100 31 136 61 63
Binary 1111010 11000000 1000101 100100 0 1000000 11001 1011110 110001 110011

Color Harmonies of #7AC045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC045

Black with #7AC045

Text Example


Text Example

White with #7AC045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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