Html Css Color HEX #7AD142 Mantis

📋 copy color: '#7AD142'

red 122 ◦ green 209 ◦ blue 66

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

Shades of Mantis #7AD142

Tints of Mantis #7AD142

RGB

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

 GREEN value IS 209 (82.03% from 255) = 52.64%

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

R = 30.73%
G = 52.64%
B = 16.62%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#7AD142 (or 0x7AD142) is known color: Mantis. HEX triplet: 7A, D1 and 42. RGB value is (122,209,66). Sum of RGB (Red+Green+Blue) = 122+209+66=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 209 (82.03% from 255 or 52.64% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD142 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD142 is #852EBD. Grayscale: #A7A7A7. Windows color (decimal): -8728254 or 4379002. OLE color: 4379002.

HSL color Cylindrical-coordinate representation of color #7AD142: hue angle of 96.5º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7AD142 is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 209 66 -
CMYK 0.42 0 0.68 0.18
HSL 96.5º 0.61% 0.54% -
HSV(B) 96.5º 0.68% 0.82% -
XYZ 31.81 50.13 13.15 -
YUV 166.69 71.18 96.13 -
System Red Green Blue C M Y K H S L
Decimal 122 209 66 0.42 0 0.68 0.18 96.5 0.61 0.54
Hex 7A D1 42 2A 0 44 12 61 3D 36
Octal 172 321 102 52 0 104 22 141 75 66
Binary 1111010 11010001 1000010 101010 0 1000100 10010 1100001 111101 110110

Color Harmonies of #7AD142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD142

Black with #7AD142

Text Example


Text Example

White with #7AD142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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