#7AC127

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

Shades of Lima #7AC127

Tints of Lima #7AC127

Color information

#7AC127 (or 0x7AC127) is unknown color: approx Lima. HEX triplet: 7A, C1 and 27. RGB value is (122,193,39). Sum of RGB (Red+Green+Blue) = 122+193+39=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 193 (75.78% from 255 or 54.52% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 193 - color contains mainly: green. Hex color #7AC127 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC127 is #853ED8. Grayscale: #9A9A9A. Windows color (decimal): -8732377 or 2605434. OLE color: 2605434.

HSL color Cylindrical-coordinate representation of color #7AC127: hue angle of 87.66º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7AC127 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB12219339-
CMYK0.3700.800.24
HSL87.66º66.38%45.49%-
HSV(B)87.66º79.79%75.69%-
XYZ27.4642.428.66-
YUV154.2262.98105.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.46%
GREEN value IS 193 (75.78% from 255) = 54.52%
BLUE value IS 39 (15.62% from 255) = 11.02%
R=34.46%
G=54.52%
B=11.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal122193390.3700.800.2487.6666.3845.49
Hex7AC127250501858422d
Octal172301474501203013010255
Binary111101011000001100111100101010100001100010110001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,193,39); }

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

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

 a { background-color: rgb(122,193,39); }

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

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

 span { border-color: rgb(122,193,39); }

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