Html Css Color HEX #7AD060 Mantis

📋 copy color: '#7AD060'

red 122 ◦ green 208 ◦ blue 96

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

Shades of Mantis #7AD060

Tints of Mantis #7AD060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.54%

R = 28.64%
G = 48.83%
B = 22.54%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#7AD060 (or 0x7AD060) is known color: Mantis. HEX triplet: 7A, D0 and 60. RGB value is (122,208,96). Sum of RGB (Red+Green+Blue) = 122+208+96=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 96 (37.89% from 255 or 22.54% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD060 is #852F9F. Grayscale: #A9A9A9. Windows color (decimal): -8728480 or 6344826. OLE color: 6344826.

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

Color convert

RGB 122 208 96 -
CMYK 0.41 0 0.54 0.18
HSL 106.07º 0.54% 0.6% -
HSV(B) 106.07º 0.54% 0.82% -
XYZ 32.69 50.09 19.01 -
YUV 169.52 86.51 94.11 -
System Red Green Blue C M Y K H S L
Decimal 122 208 96 0.41 0 0.54 0.18 106.07 0.54 0.6
Hex 7A D0 60 29 0 36 12 6A 36 3C
Octal 172 320 140 51 0 66 22 152 66 74
Binary 1111010 11010000 1100000 101001 0 110110 10010 1101010 110110 111100

Color Harmonies of #7AD060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD060

Black with #7AD060

Text Example


Text Example

White with #7AD060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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