#7AC209

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

Shades of Lima #7AC209

Tints of Lima #7AC209

Color information

#7AC209 (or 0x7AC209) is unknown color: approx Lima. HEX triplet: 7A, C2 and 09. RGB value is (122,194,9). Sum of RGB (Red+Green+Blue) = 122+194+9=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 194 (76.17% from 255 or 59.69% from 325); Blue value is 9 (3.91% from 255 or 2.77% from 325); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC209 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC209 is #853DF6. Grayscale: #989898. Windows color (decimal): -8732151 or 639610. OLE color: 639610.

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

Color convert

RGB1221949-
CMYK0.3700.950.24
HSL83.35º91.13%39.8%-
HSV(B)83.35º95.36%76.08%-
XYZ27.3742.747.07-
YUV151.3847.65107.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.54%
GREEN value IS 194 (76.17% from 255) = 59.69%
BLUE value IS 9 (3.91% from 255) = 2.77%
R=37.54%
G=59.69%
B=2.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal12219490.3700.950.2483.3591.1339.8
Hex7AC292505F18535b28
Octal172302114501373012313350
Binary1111010110000101001100101010111111100010100111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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