#7FA209

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

Shades of Lima #7FA209

Tints of Lima #7FA209

Color information

#7FA209 (or 0x7FA209) is unknown color: approx Lima. HEX triplet: 7F, A2 and 09. RGB value is (127,162,9). Sum of RGB (Red+Green+Blue) = 127+162+9=298 (39% of max value = 765). Red value is 127 (50% from 255 or 42.62% from 298); Green value is 162 (63.67% from 255 or 54.36% from 298); Blue value is 9 (3.91% from 255 or 3.02% from 298); Max value from RGB is 162 - color contains mainly: green. Hex color #7FA209 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FA209 is #805DF6. Grayscale: #868686. Windows color (decimal): -8412663 or 631423. OLE color: 631423.

HSL color Cylindrical-coordinate representation of color #7FA209: hue angle of 73.73º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7FA209 is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB1271629-
CMYK0.2200.940.36
HSL73.73º89.47%33.53%-
HSV(B)73.73º94.44%63.53%-
XYZ21.7230.374.98-
YUV134.0957.4122.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.62%
GREEN value IS 162 (63.67% from 255) = 54.36%
BLUE value IS 9 (3.91% from 255) = 3.02%
R=42.62%
G=54.36%
B=3.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12716290.2200.940.3673.7389.4733.53
Hex7FA291605E244a5922
Octal177242112601364411213142
Binary1111111101000101001101100101111010010010010101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,162,9); }

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

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

 a { background-color: rgb(127,162,9); }

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

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

 span { border-color: rgb(127,162,9); }

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