#7AC507

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

Shades of Lima #7AC507

Tints of Lima #7AC507

Color information

#7AC507 (or 0x7AC507) is unknown color: approx Lima. HEX triplet: 7A, C5 and 07. RGB value is (122,197,7). Sum of RGB (Red+Green+Blue) = 122+197+7=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 197 (77.34% from 255 or 60.43% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC507 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC507 is #853AF8. Grayscale: #999999. Windows color (decimal): -8731385 or 509306. OLE color: 509306.

HSL color Cylindrical-coordinate representation of color #7AC507: hue angle of 83.68º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7AC507 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB1221977-
CMYK0.3800.960.23
HSL83.68º93.14%40%-
HSV(B)83.68º96.45%77.25%-
XYZ28.0344.097.23-
YUV152.9245.65105.95-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.42%
GREEN value IS 197 (77.34% from 255) = 60.43%
BLUE value IS 7 (3.12% from 255) = 2.15%
R=37.42%
G=60.43%
B=2.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal12219770.3800.960.2383.6893.1440
Hex7AC572606017545d28
Octal17230574601402712413550
Binary111101011000101111100110011000001011110101001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,197,7); }

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

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

 a { background-color: rgb(122,197,7); }

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

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

 span { border-color: rgb(122,197,7); }

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