#7AB952

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

Shades of Mantis #7AB952

Tints of Mantis #7AB952

Color information

#7AB952 (or 0x7AB952) is unknown color: approx Mantis. HEX triplet: 7A, B9 and 52. RGB value is (122,185,82). Sum of RGB (Red+Green+Blue) = 122+185+82=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB952 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB952 is #8546AD. Grayscale: #9A9A9A. Windows color (decimal): -8734382 or 5421434. OLE color: 5421434.

HSL color Cylindrical-coordinate representation of color #7AB952: hue angle of 96.7º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7AB952 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB12218582-
CMYK0.3400.560.27
HSL96.7º42.39%52.35%-
HSV(B)96.7º55.68%72.55%-
XYZ26.939.4414.18-
YUV154.4287.13104.88-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.36%
GREEN value IS 185 (72.66% from 255) = 47.56%
BLUE value IS 82 (32.42% from 255) = 21.08%
R=31.36%
G=47.56%
B=21.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122185820.3400.560.2796.742.3952.35
Hex7AB952220381B612a34
Octal17227112242070331415264
Binary11110101011100110100101000100111000110111100001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,185,82); }

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

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

 a { background-color: rgb(122,185,82); }

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

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

 span { border-color: rgb(122,185,82); }

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