Html Css Color HEX #7AD046 Mantis

📋 copy color: '#7AD046'

red 122 ◦ green 208 ◦ blue 70

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

Shades of Mantis #7AD046

Tints of Mantis #7AD046

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52%

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

R = 30.5%
G = 52%
B = 17.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#7AD046 (or 0x7AD046) is known color: Mantis. HEX triplet: 7A, D0 and 46. RGB value is (122,208,70). Sum of RGB (Red+Green+Blue) = 122+208+70=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 208 (81.64% from 255 or 52% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD046 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD046 is #852FB9. Grayscale: #A7A7A7. Windows color (decimal): -8728506 or 4640890. OLE color: 4640890.

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

Color convert

RGB 122 208 70 -
CMYK 0.41 0 0.66 0.18
HSL 97.39º 0.59% 0.55% -
HSV(B) 97.39º 0.66% 0.82% -
XYZ 31.69 49.69 13.72 -
YUV 166.55 73.51 96.22 -
System Red Green Blue C M Y K H S L
Decimal 122 208 70 0.41 0 0.66 0.18 97.39 0.59 0.55
Hex 7A D0 46 29 0 42 12 61 3B 37
Octal 172 320 106 51 0 102 22 141 73 67
Binary 1111010 11010000 1000110 101001 0 1000010 10010 1100001 111011 110111

Color Harmonies of #7AD046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD046

Black with #7AD046

Text Example


Text Example

White with #7AD046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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