Html Css Color HEX #7AC04B Mantis

📋 copy color: '#7AC04B'

red 122 ◦ green 192 ◦ blue 75

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

Shades of Mantis #7AC04B

Tints of Mantis #7AC04B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.28%

R = 31.36%
G = 49.36%
B = 19.28%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#7AC04B (or 0x7AC04B) is known color: Mantis. HEX triplet: 7A, C0 and 4B. RGB value is (122,192,75). Sum of RGB (Red+Green+Blue) = 122+192+75=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC04B is #853FB4. Grayscale: #9E9E9E. Windows color (decimal): -8732597 or 4964474. OLE color: 4964474.

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

Color convert

RGB 122 192 75 -
CMYK 0.36 0 0.61 0.25
HSL 95.9º 0.48% 0.52% -
HSV(B) 95.9º 0.61% 0.75% -
XYZ 28.15 42.34 13.35 -
YUV 157.73 81.31 102.51 -
System Red Green Blue C M Y K H S L
Decimal 122 192 75 0.36 0 0.61 0.25 95.9 0.48 0.52
Hex 7A C0 4B 24 0 3D 19 60 30 34
Octal 172 300 113 44 0 75 31 140 60 64
Binary 1111010 11000000 1001011 100100 0 111101 11001 1100000 110000 110100

Color Harmonies of #7AC04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AC04B

Black with #7AC04B

Text Example


Text Example

White with #7AC04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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