#7FAA11

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

Shades of Lima #7FAA11

Tints of Lima #7FAA11

Color information

#7FAA11 (or 0x7FAA11) is unknown color: approx Lima. HEX triplet: 7F, AA and 11. RGB value is (127,170,17). Sum of RGB (Red+Green+Blue) = 127+170+17=314 (41% of max value = 765). Red value is 127 (50% from 255 or 40.45% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #7FAA11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAA11 is #8055EE. Grayscale: #8C8C8C. Windows color (decimal): -8410607 or 1157759. OLE color: 1157759.

HSL color Cylindrical-coordinate representation of color #7FAA11: hue angle of 76.86º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7FAA11 is Cyan = 0.25, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB12717017-
CMYK0.2500.90.33
HSL76.86º81.82%36.67%-
HSV(B)76.86º90%66.67%-
XYZ23.2333.35.73-
YUV139.758.75118.94-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.45%
GREEN value IS 170 (66.80% from 255) = 54.14%
BLUE value IS 17 (7.03% from 255) = 5.41%
R=40.45%
G=54.14%
B=5.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127170170.2500.90.3376.8681.8236.67
Hex7FAA111905A214d5225
Octal177252213101324111512245
Binary11111111010101010001110010101101010000110011011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,170,17); }

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

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

 a { background-color: rgb(127,170,17); }

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

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

 span { border-color: rgb(127,170,17); }

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