#7AC217

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

Shades of Lima #7AC217

Tints of Lima #7AC217

Color information

#7AC217 (or 0x7AC217) is unknown color: approx Lima. HEX triplet: 7A, C2 and 17. RGB value is (122,194,23). Sum of RGB (Red+Green+Blue) = 122+194+23=339 (44% of max value = 765). Red value is 122 (48.05% from 255 or 35.99% from 339); Green value is 194 (76.17% from 255 or 57.23% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC217 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC217 is #853DE8. Grayscale: #999999. Windows color (decimal): -8732137 or 1557114. OLE color: 1557114.

HSL color Cylindrical-coordinate representation of color #7AC217: hue angle of 85.26º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7AC217 is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB12219423-
CMYK0.3700.880.24
HSL85.26º78.8%42.55%-
HSV(B)85.26º88.14%76.08%-
XYZ27.4742.787.62-
YUV152.9854.65105.9-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.99%
GREEN value IS 194 (76.17% from 255) = 57.23%
BLUE value IS 23 (9.38% from 255) = 6.78%
R=35.99%
G=57.23%
B=6.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal122194230.3700.880.2485.2678.842.55
Hex7AC2172505818554f2b
Octal172302274501303012511753
Binary11110101100001010111100101010110001100010101011001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,194,23); }

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

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

 a { background-color: rgb(122,194,23); }

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

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

 span { border-color: rgb(122,194,23); }

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