#7AC916

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

Shades of Lima #7AC916

Tints of Lima #7AC916

Color information

#7AC916 (or 0x7AC916) is unknown color: approx Lima. HEX triplet: 7A, C9 and 16. RGB value is (122,201,22). Sum of RGB (Red+Green+Blue) = 122+201+22=345 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.36% from 345); Green value is 201 (78.91% from 255 or 58.26% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 201 - color contains mainly: green. Hex color #7AC916 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC916 is #8536E9. Grayscale: #9D9D9D. Windows color (decimal): -8730346 or 1493370. OLE color: 1493370.

HSL color Cylindrical-coordinate representation of color #7AC916: hue angle of 86.48º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7AC916 is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB12220122-
CMYK0.3900.890.21
HSL86.48º80.27%43.73%-
HSV(B)86.48º89.05%78.82%-
XYZ29.0645.978.1-
YUV156.9751.83103.05-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.36%
GREEN value IS 201 (78.91% from 255) = 58.26%
BLUE value IS 22 (8.98% from 255) = 6.38%
R=35.36%
G=58.26%
B=6.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122201220.3900.890.2186.4880.2743.73
Hex7AC916270591556502c
Octal172311264701312512612054
Binary11110101100100110110100111010110011010110101101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,201,22); }

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

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

 a { background-color: rgb(122,201,22); }

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

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

 span { border-color: rgb(122,201,22); }

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