Html Css Color HEX #7AD148 Mantis

📋 copy color: '#7AD148'

red 122 ◦ green 209 ◦ blue 72

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

Shades of Mantis #7AD148

Tints of Mantis #7AD148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.87%

R = 30.27%
G = 51.86%
B = 17.87%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#7AD148 (or 0x7AD148) is known color: Mantis. HEX triplet: 7A, D1 and 48. RGB value is (122,209,72). Sum of RGB (Red+Green+Blue) = 122+209+72=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 209 (82.03% from 255 or 51.86% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD148 is #852EB7. Grayscale: #A7A7A7. Windows color (decimal): -8728248 or 4772218. OLE color: 4772218.

HSL color Cylindrical-coordinate representation of color #7AD148: hue angle of 98.1º degrees, saturation: 0.6, 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 #7AD148 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 209 72 -
CMYK 0.42 0 0.66 0.18
HSL 98.1º 0.6% 0.55% -
HSV(B) 98.1º 0.66% 0.82% -
XYZ 32 50.21 14.14 -
YUV 167.37 74.18 95.64 -
System Red Green Blue C M Y K H S L
Decimal 122 209 72 0.42 0 0.66 0.18 98.1 0.6 0.55
Hex 7A D1 48 2A 0 42 12 62 3C 37
Octal 172 321 110 52 0 102 22 142 74 67
Binary 1111010 11010001 1001000 101010 0 1000010 10010 1100010 111100 110111

Color Harmonies of #7AD148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD148

Black with #7AD148

Text Example


Text Example

White with #7AD148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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