#7FAC0E

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

Shades of Lima #7FAC0E

Tints of Lima #7FAC0E

Color information

#7FAC0E (or 0x7FAC0E) is unknown color: approx Lima. HEX triplet: 7F, AC and 0E. RGB value is (127,172,14). Sum of RGB (Red+Green+Blue) = 127+172+14=313 (41% of max value = 765). Red value is 127 (50% from 255 or 40.58% from 313); Green value is 172 (67.58% from 255 or 54.95% from 313); Blue value is 14 (5.86% from 255 or 4.47% from 313); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAC0E is #8053F1. Grayscale: #8D8D8D. Windows color (decimal): -8410098 or 961663. OLE color: 961663.

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

Color convert

RGB12717214-
CMYK0.2600.920.33
HSL77.09º84.95%36.47%-
HSV(B)77.09º91.86%67.45%-
XYZ23.5834.055.74-
YUV140.5356.59118.35-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.58%
GREEN value IS 172 (67.58% from 255) = 54.95%
BLUE value IS 14 (5.86% from 255) = 4.47%
R=40.58%
G=54.95%
B=4.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127172140.2600.920.3377.0984.9536.47
Hex7FACE1A05C214d5524
Octal177254163201344111512544
Binary1111111101011001110110100101110010000110011011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAC0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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