#7AC919

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

Shades of Lima #7AC919

Tints of Lima #7AC919

Color information

#7AC919 (or 0x7AC919) is unknown color: approx Lima. HEX triplet: 7A, C9 and 19. RGB value is (122,201,25). Sum of RGB (Red+Green+Blue) = 122+201+25=348 (46% of max value = 765). Red value is 122 (48.05% from 255 or 35.06% from 348); Green value is 201 (78.91% from 255 or 57.76% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 201 - color contains mainly: green. Hex color #7AC919 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC919 is #8536E6. Grayscale: #9D9D9D. Windows color (decimal): -8730343 or 1689978. OLE color: 1689978.

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

Color convert

RGB12220125-
CMYK0.3900.880.21
HSL86.93º77.88%44.31%-
HSV(B)86.93º87.56%78.82%-
XYZ29.0945.988.26-
YUV157.3253.33102.81-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.06%
GREEN value IS 201 (78.91% from 255) = 57.76%
BLUE value IS 25 (10.16% from 255) = 7.18%
R=35.06%
G=57.76%
B=7.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122201250.3900.880.2186.9377.8844.31
Hex7AC9192705815574e2c
Octal172311314701302512711654
Binary11110101100100111001100111010110001010110101111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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