#7ABC45

Color #7ABC45 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #7ABC45

Tints of Mantis #7ABC45

Color information

#7ABC45 (or 0x7ABC45) is unknown color: approx Mantis. HEX triplet: 7A, BC and 45. RGB value is (122,188,69). Sum of RGB (Red+Green+Blue) = 122+188+69=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 69 (27.34% from 255 or 18.21% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ABC45 is #8543BA. Grayscale: #9B9B9B. Windows color (decimal): -8733627 or 4570234. OLE color: 4570234.

HSL color Cylindrical-coordinate representation of color #7ABC45: hue angle of 93.28º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7ABC45 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB12218869-
CMYK0.3500.630.26
HSL93.28º47.04%50.39%-
HSV(B)93.28º63.3%73.73%-
XYZ27.0840.5312.03-
YUV154.779.63104.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.19%
GREEN value IS 188 (73.83% from 255) = 49.60%
BLUE value IS 69 (27.34% from 255) = 18.21%
R=32.19%
G=49.60%
B=18.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal122188690.3500.630.2693.2847.0450.39
Hex7ABC452303F1A5d2f32
Octal17227410543077321355762
Binary11110101011110010001011000110111111110101011101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,188,69); }

 H1.HeaderClassName
 {
   color: #7ABC45;
 }
 .AnyTagClassName
 {
   color: #7ABC45;
 }
</style>
background-color css

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

 a { background-color: rgb(122,188,69); }

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

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

 span { border-color: rgb(122,188,69); }

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