#7FAC10

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

Shades of Lima #7FAC10

Tints of Lima #7FAC10

Color information

#7FAC10 (or 0x7FAC10) is unknown color: approx Lima. HEX triplet: 7F, AC and 10. RGB value is (127,172,16). Sum of RGB (Red+Green+Blue) = 127+172+16=315 (41% of max value = 765). Red value is 127 (50% from 255 or 40.32% from 315); Green value is 172 (67.58% from 255 or 54.60% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAC10 is #8053EF. Grayscale: #8D8D8D. Windows color (decimal): -8410096 or 1092735. OLE color: 1092735.

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

Color convert

RGB12717216-
CMYK0.2600.910.33
HSL77.31º82.98%36.86%-
HSV(B)77.31º90.7%67.45%-
XYZ23.634.055.82-
YUV140.7657.59118.18-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.32%
GREEN value IS 172 (67.58% from 255) = 54.60%
BLUE value IS 16 (6.64% from 255) = 5.08%
R=40.32%
G=54.60%
B=5.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127172160.2600.910.3377.3182.9836.86
Hex7FAC101A05B214d5325
Octal177254203201334111512345
Binary11111111010110010000110100101101110000110011011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAC10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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