#7FAE10

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

Shades of Lima #7FAE10

Tints of Lima #7FAE10

Color information

#7FAE10 (or 0x7FAE10) is unknown color: approx Lima. HEX triplet: 7F, AE and 10. RGB value is (127,174,16). Sum of RGB (Red+Green+Blue) = 127+174+16=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 174 (68.36% from 255 or 54.89% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAE10 is #8051EF. Grayscale: #8E8E8E. Windows color (decimal): -8409584 or 1093247. OLE color: 1093247.

HSL color Cylindrical-coordinate representation of color #7FAE10: hue angle of 77.85º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7FAE10 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB12717416-
CMYK0.2700.910.32
HSL77.85º83.16%37.25%-
HSV(B)77.85º90.8%68.24%-
XYZ23.9834.825.95-
YUV141.9456.93117.35-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.06%
GREEN value IS 174 (68.36% from 255) = 54.89%
BLUE value IS 16 (6.64% from 255) = 5.05%
R=40.06%
G=54.89%
B=5.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal127174160.2700.910.3277.8583.1637.25
Hex7FAE101B05B204e5325
Octal177256203301334011612345
Binary11111111010111010000110110101101110000010011101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,174,16); }

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

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

 a { background-color: rgb(127,174,16); }

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

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

 span { border-color: rgb(127,174,16); }

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