Html Css Color HEX #7AD246 Mantis

📋 copy color: '#7AD246'

red 122 ◦ green 210 ◦ blue 70

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

Shades of Mantis #7AD246

Tints of Mantis #7AD246

RGB

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

 GREEN value IS 210 (82.42% from 255) = 52.24%

 BLUE value IS 70 (27.73% from 255) = 17.41%

R = 30.35%
G = 52.24%
B = 17.41%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#7AD246 (or 0x7AD246) is known color: Mantis. HEX triplet: 7A, D2 and 46. RGB value is (122,210,70). Sum of RGB (Red+Green+Blue) = 122+210+70=402 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.35% from 402); Green value is 210 (82.42% from 255 or 52.24% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 210 - color contains mainly: green. Hex color #7AD246 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD246 is #852DB9. Grayscale: #A8A8A8. Windows color (decimal): -8727994 or 4641402. OLE color: 4641402.

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

Color convert

RGB 122 210 70 -
CMYK 0.42 0 0.67 0.18
HSL 97.71º 0.61% 0.55% -
HSV(B) 97.71º 0.67% 0.82% -
XYZ 32.18 50.67 13.88 -
YUV 167.73 72.85 95.38 -
System Red Green Blue C M Y K H S L
Decimal 122 210 70 0.42 0 0.67 0.18 97.71 0.61 0.55
Hex 7A D2 46 2A 0 43 12 62 3D 37
Octal 172 322 106 52 0 103 22 142 75 67
Binary 1111010 11010010 1000110 101010 0 1000011 10010 1100010 111101 110111

Color Harmonies of #7AD246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD246

Black with #7AD246

Text Example


Text Example

White with #7AD246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,210,70); }

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

background-color css

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

 a { background-color: rgb(122,210,70); }

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

border-color css

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

 span { border-color: rgb(122,210,70); }

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