#7AC037

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

Shades of Lima #7AC037

Tints of Lima #7AC037

Color information

#7AC037 (or 0x7AC037) is unknown color: approx Lima. HEX triplet: 7A, C0 and 37. RGB value is (122,192,55). Sum of RGB (Red+Green+Blue) = 122+192+55=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 55 (21.88% from 255 or 14.91% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC037 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC037 is #853FC8. Grayscale: #9B9B9B. Windows color (decimal): -8732617 or 3653754. OLE color: 3653754.

HSL color Cylindrical-coordinate representation of color #7AC037: hue angle of 90.66º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7AC037 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB12219255-
CMYK0.3600.710.25
HSL90.66º55.47%48.43%-
HSV(B)90.66º71.35%75.29%-
XYZ27.5742.1110.29-
YUV155.4571.31104.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.06%
GREEN value IS 192 (75.39% from 255) = 52.03%
BLUE value IS 55 (21.88% from 255) = 14.91%
R=33.06%
G=52.03%
B=14.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122192550.3600.710.2590.6655.4748.43
Hex7AC03724047195b3730
Octal17230067440107311336760
Binary11110101100000011011110010001000111110011011011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,192,55); }

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

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

 a { background-color: rgb(122,192,55); }

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

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

 span { border-color: rgb(122,192,55); }

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