Html Css Color HEX #7AB450 Mantis

📋 copy color: '#7AB450'

red 122 ◦ green 180 ◦ blue 80

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

Shades of Mantis #7AB450

Tints of Mantis #7AB450

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.12%

 BLUE value IS 80 (31.64% from 255) = 20.94%

R = 31.94%
G = 47.12%
B = 20.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#7AB450 (or 0x7AB450) is known color: Mantis. HEX triplet: 7A, B4 and 50. RGB value is (122,180,80). Sum of RGB (Red+Green+Blue) = 122+180+80=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 180 (70.70% from 255 or 47.12% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB450 is #854BAF. Grayscale: #979797. Windows color (decimal): -8735664 or 5289082. OLE color: 5289082.

HSL color Cylindrical-coordinate representation of color #7AB450: hue angle of 94.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7AB450 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 122 180 80 -
CMYK 0.32 0 0.56 0.29
HSL 94.8º 0.4% 0.51% -
HSV(B) 94.8º 0.56% 0.71% -
XYZ 25.8 37.36 13.44 -
YUV 151.26 87.78 107.13 -
System Red Green Blue C M Y K H S L
Decimal 122 180 80 0.32 0 0.56 0.29 94.8 0.4 0.51
Hex 7A B4 50 20 0 38 1D 5F 28 33
Octal 172 264 120 40 0 70 35 137 50 63
Binary 1111010 10110100 1010000 100000 0 111000 11101 1011111 101000 110011

Color Harmonies of #7AB450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB450

Black with #7AB450

Text Example


Text Example

White with #7AB450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,180,80); }

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

background-color css

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

 a { background-color: rgb(122,180,80); }

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

border-color css

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

 span { border-color: rgb(122,180,80); }

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